description |
---|
Create cheqd DID-Linked Resources using Credo |
DID-Linked Resources are digital files or data blobs that are permanently and verifiably linked to a specific did:cheqd
identifier. Each resource is stored on the cheqd ledger and assigned a UUID, called the Resource ID, which acts as a unique, persistent reference.
Applications can retrieve these resources using either:
- A fully-qualified Resource ID (DID +
/resources/<UUID>
) - Or a DID URL with query parameters like
resourceName
andresourceType
DID-Linked Resources enable storage of a wide variety of DID-associated metadata, including:
- Trust Registry entries
- Status Lists (e.g. credential revocation)
- Logos and brand assets
- Governance and policy documents
- Credential Schemas and Definitions
Create DID-Linked Resource | Create a generic DID-Linked Resource tied to a cheqd DID. | create-did-linked-resource.md | |
Understanding DLRs | More details about DID-Linked Resources on Cheqd. | understanding-dlrs | |
Understanding AnonCreds | More details about AnonCreds Object Method. | anoncreds | |
Create Schema | Create an AnonCreds Schema. | create-anoncreds-schema.md | |
Create Credential Definition | Create an AnonCreds Credential Definition | create-anoncreds-credential-definition.md |
Below are a list of SDK alternatives for creating cheqd DID-Linked Resources.
cheqd Studio | Our API product enables users to use cheqd's functionality with minimal complexity and easily integrate APIs into existing apps. | Broken link | cheqd_logo_card.jpg |
DID Registrar | Simple setup for building cheqd DIDs into existing applications using REST APIs, building into the Universal Registrar. | did-registrar | DIF.png |
Veramo | The Veramo SDK plugin supports JSON, JSON-LD credentials as well as cheqd Credential Payments in an SDK. | veramo-plugin | veramo logo.png |
cheqd Cosmos CLI | Cosmos-native CLI for creating transactions on cheqd. Should be used for testing purposes only. | cosmos and cheqd.png | |
ACA-Py | ACA-Py (Aries Cloud Agent Python) is an SDK that can issue AnonCreds, JSON-LD and SD-JWT credentials with full cheqd support. | aca-py | ACA-Py.png |