Skip to content

zkMeLabs/zkme-did-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkMe DID Resolver

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

Install

npm install

Usage

In combination with the DID-Resolver:

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

The function returns a DID Document.

Testing

For testing use the command

npm run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published