Skip to content

Resolve DID

Resolve a DID is an operation available without prior authentication. did-web-server implements the did:web method specification for resolving DIDs.

Example:

  • Given DID did:web:localhost#3A8000:person
  • Execute this command to resolve it:
Terminal window
# Load the configuration into the local shell
source .env
Terminal window
curl --fail-with-body http://${DWS_EXTERNAL_HOSTNAME}:8000/person/did.json | jq