resolve-did
v1.0.0
Published
Resolve DIDs from the command line and in code
Readme
resolve-did
Resolve DIDs from the command line and in code.
Use it from the command line:
npx resolve-did did:web:venabl.esOr, use it in code:
import { resolveDid } from "resolve-did"
const { did, didDocument } = await resolveDid("did:web:venabl.es")Powered by Agent Commerce Kit
This library uses the DID methods from Agent Commerce Kit.
