@bhutan-ndi/polygon-did-resolver
v0.0.1-alpha.1
Published
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. This release is for testing Ethereum integration
Readme
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 installUsage
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