Skip to content

KulkarniShashank/polygon-did-resolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon DID Resolver

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

Install

npm install

Usage

In combination with the DID-Resolver:

import { resolveDID } from "polygon-did-resolver";
const didDocument = await resolveDID(did, privateKey, url?, contractAddress?);

The function returns a DID Document.

Testing

Testing

For testing use the command

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.9%
  • JavaScript 6.1%