Skip to content

Latest commit

 

History

History

did-registrar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
description
REST API service for creating cheqd DIDs and DID-Linked Resources

➡️ DID Registrar

Introduction

The Universal Registrar is an open source application created by the Decentralized Identity Foundation (DIF) which aims to make it far easier to create, update and deactivate Decentralized Identifiers (DIDs) across a range of DID Methods without full integration.

The aim of the Universal Registrar is similar to the Universal Resolver; to transform method-specific APIs for DID transactions into a common format for client applications to easily call.

Not only does it make it easier for client applications to support DIDs from multiple DID methods, but it also makes it far quicker and easier to create, update and deactivate DIDs — as it calls the method-specific driver with a common API.

Therefore, the barrier for integrating cheqd DIDs into existing client applications has been greatly reduced by the Registrar. Instead of having to integrate with the cheqd SDK, applications can now create a simple workflow to call the relevant APIs for issuing, updating or deactivating cheqd DIDs and creating DID-Linked Resources.

Get started

Setup DID RegistrarSetup DID Registrar yourself or use the Universal Registrar interface.did-registrar-setup.md
Create a DIDCreate a DID simply over REST API.create-did.md
Create a DID-Linked ResourceCreate a DID-Linked Resource simply over REST API.create-resource.md

Watch our demo video

{% embed url="https://www.youtube.com/watch?v=cLrgO5IY8P8" %} Creatbg a DID using DID Regisrar {% endembed %}

Alternatives

There are plenty of other places you can go to get started creating cheqd DIDs. Simply pick the option which is best suited for your needs:

cheqd StudioOur API product enables users to use cheqd's functionality with minimal complexity and easily integrate APIs into existing apps. Broken link
VeramoThe Veramo SDK Plugin is an extension of the Veramo SDK, a JavaScript framework for Trusted Data, adding support for cheqd functionality.veramo-plugin
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
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