0.0.1 • Published 27 days ago

@litentry/credential-definitions v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
27 days ago

credential definitions

This library contains the credentials definitions of the IdentityHub.

A credential definition is a unique combination that results from Litentry Assertion with a fixed set of parameters. Learn more.

This metadata is a representation of the information that can be found at Credential Interface. That document should be considered as the source of truth.

Side note This library doesn't describe the format of the generated verifiable credentials; that is basically defined by the VC data model. The code for reading these on our end is the topic of Scores; a detailed schema for each assertion type is yet to be specified but there are examples available on this document.

Building

Run nx build credentials to build the library.

Running unit tests

Run nx test credentials to execute the unit tests via Jest.