@terminal3/verify_vp
v0.0.47
Published
This SDK enables the management of Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs). It supports verifying Verifiable Presentations.
Keywords
Readme
DID and Verifiable Credential SDK
This SDK enables the management of Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs). It supports verifying Verifiable Presentations.
Installation
To install the SDK, use yarn:
yarn installUsage
Below is an example on how to verify a Verifiable Presentation.
Example: Issue and Verify a Verifiable Credential
import { verifyPresentation } from '@terminal3/verify_vp';
const res = await verifyPresentation(vp);
console.log('Verification Result:', res);