Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 468 Bytes

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 integration to polygon library.

Install

pnpm install

Usage

In combination with the DID-Resolver:

import { resolveDID } from 'polygon-did-resolver'
const didDocument = await resolveDID(did)

The function returns a DID Document.

Testing

For testing use the command

pnpm run test