DID Resolver
Get started with the cheqd DID Resolver, a REST API service for resolving Decentralized Identifiers (DIDs) and dereferencing DID-Linked Resources (DLRs) on cheqd.
Last updated
Was this helpful?
Get started with the cheqd DID Resolver, a REST API service for resolving Decentralized Identifiers (DIDs) and dereferencing DID-Linked Resources (DLRs) on cheqd.
Last updated
Was this helpful?
DID methods are expected to provide .
The is designed to implement the for method. It also supports full DID URL dereferencing, .
Our DID resolver is a package which can be implemented directly into clients' own infrastructure as a library written in Golang. This provides full support for cheqd's resolver, and can be run by anyone, creating a secure and client-controlled environment for resolving cheqd DIDs.
Our DID resolver is also available as , a project maintained by DIF which hosts drivers of many different DID Resolvers in a compatible and easy-to-integrate format (Docker Containers).
Having multiple implementations of a DID Resolver accommodates for different clients, developers and customers - each with different needs. The flexibility and modular architecture exhibited here will allow cheqd DIDs to be resolved simply and securely within closed, controlled ecosystems with tight security protocols - as well as by community members who want to try our our identity functionality. Catering to both parties' needs makes the cheqd DID Resolver valuable in both everyday use, and for enterprise use.
You can see our resolver in action, resolving our first DID here:
Setup DID Resolver
Setup an instance of our DID Resolver to run it in your own environment.
DID Resolver ADR
Learn about the architecture for the cheqd DID Resolver and its different modes.
DID URL Dereferencing ADR
Understand how cheqd supports complex DID URL dereferencing for DIDs and DID-Linked Resources.