Skip to content

veres-one/uni-resolver-did-v1-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Resolver Veres-One DID Driver (uni-resolver-did-v1-driver)

Veres-One DID Driver for the DIF Universal Resolver, for did:v1 identifiers.

Table of Contents

Specifications

The following DID methods are supported:

Example DIDs

Veres One Testnet:

did:v1:test:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1BjqbH6wYMschUkjWDEEuR
did:v1:test:nym:z6MkesAjEQrikUeuh6K496DDVm6d1DUzMMGQtFHuRFM1fkgt

did:key DIDs:

did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH

Build and Run

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

Contribute

See the contribute file!

PRs accepted.

Note: If editing the README, please conform to the standard-readme specification.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License

New BSD License (3-clause) © Digital Bazaar

About

Veres-One DID Driver for the DIF Universal Resolver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published