Veres-One DID Driver for the DIF Universal Resolver, for
did:v1
identifiers.
The following DID methods are supported:
did:v1
- Veres One DID Methoddid:key
- did:key DID Method
Veres One Testnet:
did:v1:test:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1BjqbH6wYMschUkjWDEEuR
did:v1:test:nym:z6MkesAjEQrikUeuh6K496DDVm6d1DUzMMGQtFHuRFM1fkgt
did:key
DIDs:
did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH
Docker:
docker build -f ./Dockerfile . -t universalresolver/uni-resolver-did-v1-driver
docker run -p 8080:8080 universalresolver/uni-resolver-did-v1-driver
Native, with Node 10:
npm install
npm start
To test with curl
:
curl -v "http://localhost:8080/1.0/identifiers/did:v1:test:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1BjqbH6wYMschUkjWDEEuR"
curl "http://localhost:8080/1.0/identifiers/did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH" | python -m json.tool
See the contribute file!
PRs accepted.
Note: If editing the README, please conform to the standard-readme specification.
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
New BSD License (3-clause) © Digital Bazaar