1.0.2 • Published 1 year ago

@asghaier/location-did-resolver v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Location DID Resolver

The Location-DID resolver library is used for resolving DID’s in Location-DID Method. The module is built based on the use of the universal did-resolver library.

Install

npm install

Usage

In combination with the DID-Resolver:

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

The function returns a DID Document.

Testing

For testing use the command

npm run test