uPort DID Resolver
This library is intended to resolve uPort DID documents.
It supports the proposed Decentralized Identifiers spec from the W3C Credentials Community Group.
It requires the did-resolver
library, which is the primary interface for resolving DIDs.
Resolving a DID document
The resolver presents a simple resolver()
function that returns a ES6 Promise returning the DID document.
// You can also use ES7 async/await syntaxconst doc = await