This is a Universal Resolver driver for did:dom identifiers.
- Decentralized Identifiers
- DID Method Specification (missing)
did:dom:Jjbfgyu7My4RrbRNrXTPBz4PnhnMEE
For downloading the dependencies of this project a Personal Access Token for GitHub must be configured in file settings.xml according to Creating a personal access token for the command line. Then, add the USER Name and TOKEN to the environment variable as follows,
GITHUB_READ_PACKAGES_OWNER=OWNER
GITHUB_READ_PACKAGES_TOKEN=TOKEN
docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-dom
docker run -p 8080:8080 universalresolver/driver-did-dom
curl -X GET http://localhost:8080/1.0/identifiers/did:dom:Jjbfgyu7My4RrbRNrXTPBz4PnhnMEE
Maven build:
mvn --settings settings.xml clean install
The driver recognizes the following environment variables:
(none)
The driver returns the following metadata in addition to a DID document:
(none)