description |
---|
Create digital Resources linked to cheqd DIDs on-ledger |
"DID-Linked Resources" are identified with a did:cheqd
Decentralized Identifier with a Universally Unique Identifier (UUID) that acts as a permanently-accessible link to fetch the resources from the cheqd ledger. We refer to this as the "resource ID". Through the "resource ID" or a set of DID URL query parameters, applications are able to persistently access a digital resource on the cheqd network.
Create DID-Linked Resource | Create a custom DID-Linked Resource for a schema, Trust Registry or other persistent data file. | create-dlr.md |
Search DID-Linked Resources | Search and query for existing DID-Linked Resources on cheqd. | search.md |
Understanding DID-Linked Resources | Detailed guide explaining the context and technical composition of DID-Linked Resources on cheqd. | understanding-dlrs |
DID Resolution and DID URL Dereferencing | Architecture decision record explaining the different parameters for fetching DID Document data on cheqd, including DID-Linked Resources. | adr-005-did-resolution-and-did-url-dereferencing.md |
Below are a list of alternatives for creating cheqd DID-Linked Resources.
DID Registrar | Simple setup for building cheqd DIDs into existing applications using REST APIs, building into the Universal Registrar. | did-registrar |
Veramo SDK Plugin | The Veramo SDK Plugin is an extension of the Veramo SDK, a JavaScript framework for Trusted Data, adding support for cheqd functionality. | veramo-plugin |
Credo | Credo is an SDK which supports the European Architecture and Reference Framework (ARF) standards as well as AnonCreds with full cheqd support for DIDs. | credo.md |
cheqd Cosmos CLI | Cosmos-native CLI for creating transactions on cheqd. Should be used for testing purposes only. |