Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 3.23 KB

File metadata and controls

17 lines (10 loc) · 3.23 KB

Decentralized Identifiers (DIDs)

A Decentralized Identifier "DID" is a globally unique identifier that does not require a centralized registration authority because it is registered with distributed ledger technology or other form of decentralized network.

{% hint style="info" %} Learn about DIDs If you want to learn about what DIDs are, please go over to our learning site here. {% endhint %}

Get started

Create DIDCreate an Issuer DID using the did:cheqd DID method.create-a-did.md
Update DIDUpdate a did:cheqd DID.update-a-did.md
Deactivate DIDDeactivate a did:cheqd DID.deactivate-a-did.md

Alternatives

Below are a list of alternatives for creating cheqd DIDs.

cheqd StudioOur API product enables users to use cheqd's functionality with minimal complexity and easily integrate APIs into existing apps. Broken link
DID RegistrarSimple setup for building cheqd DIDs into existing applications using REST APIs, building into the Universal Registrar.did-registrar
CredoCredo 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
VeramoThe Veramo SDK plugin supports JSON, JSON-LD credentials as well as cheqd Credential Payments in an SDK.create-did.md
Walt.id SSI KitWalt.id SSI Kit is an SDK that supports the European Architecture and Reference Framework (ARF) standards for identity, with full cheqd support. ssi-kit.md
cheqd Cosmos CLICosmos CLI which directly communicates with the cheqd network. This should only be used for testing environments.cheqd-node-cli