DID Resolver
Resolving & dereferencing supported DID methods
Last updated
Was this helpful?
Resolving & dereferencing supported DID methods
Last updated
Was this helpful?
DID resolution, also referred to as the "Read" operation, is a function that takes a DID (and some metadata) as input and returns a DID document (and some metadata) as output.
Resolution is performed as defined in the and specifications. The implementation is based on the project.
Supported output is
DID document and metadata in JSON-LD
DID document in JSON-LD
DID document in CBOR
DID URL dereferencing is a function that takes a DID url as input and returns either (1) a DID document, (2) a resource within the DID document or (3) a resource external to the DID document.
Using a fragment to fetch