Skip to content

Latest commit

 

History

History

did-linked-resources

description
Create cheqd DID-Linked Resources using Credo

DID-Linked Resources

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 and resourceType

Common Use Cases

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

Get started

Create DID-Linked ResourceCreate a generic DID-Linked Resource tied to a cheqd DID.create-did-linked-resource.md
Understanding DLRsMore details about DID-Linked Resources on Cheqd.understanding-dlrs
Understanding AnonCredsMore details about AnonCreds Object Method.anoncreds
Create SchemaCreate an AnonCreds Schema.create-anoncreds-schema.md
Create Credential DefinitionCreate an AnonCreds Credential Definitioncreate-anoncreds-credential-definition.md

Alternatives

Below are a list of SDK alternatives for creating cheqd DID-Linked Resources.

cheqd StudioOur API product enables users to use cheqd's functionality with minimal complexity and easily integrate APIs into existing apps. Broken linkcheqd_logo_card.jpg
DID RegistrarSimple setup for building cheqd DIDs into existing applications using REST APIs, building into the Universal Registrar.did-registrarDIF.png
VeramoThe Veramo SDK plugin supports JSON, JSON-LD credentials as well as cheqd Credential Payments in an SDK.veramo-pluginveramo logo.png
cheqd Cosmos CLICosmos-native CLI for creating transactions on cheqd. Should be used for testing purposes only.cosmos and cheqd.png
ACA-PyACA-Py (Aries Cloud Agent Python) is an SDK that can issue AnonCreds, JSON-LD and SD-JWT credentials with full cheqd support.aca-pyACA-Py.png