0.0.21 • Published 1 year ago

fvm-did-resolver v0.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

fvm DID Resolver

The fvm resolver library is used for resolving DID’s in fvm Method Space. The module is supposed to be used as an integration to fvm library.

Install

npm install

Usage

In combination with the DID-Resolver:

import { resolveDID } from "fvm-did-resolver";
const didDocument = await resolveDID(did);

The function returns a DID Document.

Testing

For testing use the command

npm run test