hypersign-protocol / hid-ssi-js-sdk

Java script sdk for creating and verifying dids, diddocs, verifiable credentials and verifiable presentations.
5 stars 0 forks source link

Implement did url deferencing #40

Open Vishwas1 opened 2 years ago

Vishwas1 commented 2 years ago

A DID URL is a network location identifier for a specific resource. It can be used to retrieve things like representations of DID subjects, verification methods, services, specific parts of a DID document, or other resources.

Implement did URL

https://www.w3.org/TR/did-core/#did-url-syntax

A user should be able to query the didDoc using these params

image

Examples

image

Note:Read page 167 of SSI book

arnabghose997 commented 2 years ago
arnabghose997 commented 2 years ago

Dereferencing is part of DID Resolver. Hence, moving this card to hs-ssi-js-sdk for now