Home

Awesome

uport-did-driver

Driver for the uPort DID methods to be used in the Universal Resolver. The Docker image is hosted on Docker Hub here:

https://hub.docker.com/r/uport/uni-resolver-driver-did-uport/

The file src/server.js is a small Express Node app acting as a thin wrapper around the Javascript DID resolver. It listens to port 8081.

The following DID methods are supported:

Curl Tests

Run service with

npm start

then run queries

curl -X GET http://localhost:8081/1.0/identifiers/did:web:did.actor:alice
curl -X GET http://localhost:8081/1.0/identifiers/did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b960285805C41736

Example DIDs