1.0.1 • Published 4 years ago

unisot-did-resolver v1.0.1

Weekly downloads
3
License
Apache-2.0
Repository
gitlab
Last release
4 years ago

@unisot/unisot-did-resolver

This module encapsulates the logic required to resolve UNISOT DID identities. The exported interface is compatible with the DIF DID-Resolver module.

Please note that this module is not meant to be used directly, but rather through an integration with the DIF DID-Resolver module (as shown in the example below).

Usage examples

In combination with the DIF DID-Resolver:

import {Resolver} from "did-resolver";
import {getResolver} from "unisot-did-resolver";

const resolver = new Resolver(getResolver());
const didDocument = await resolver.resolve(did);
// didDocument now contains the corresponding Did Document in JSON form.
1.0.1

4 years ago

1.0.0

5 years ago