vcs 0.4.29
Install from the command line:
Learn more about npm packages
$ npm install @aviarytech/vcs@0.4.29
Install via package.json:
"@aviarytech/vcs": "0.4.29"
About this version
This repository contains Verifiable Credential Services for completing all of the required operations on VCs.
There are 3 services supplied by this library. They map to different roles in the ecosystem.
- Issuer
- Holder
- Verifier
This library is designed to be available to both browser and node environments.
The structure of this library maps to the VC API
- Issue VC
- Update VC Status
- Derive VC
- Prove VP
- VP Availability?
- Submit VP
- Verify VC
- Verify VP
Installation
npm install @aviarytech/vcs
Issue Credential
- VC LD
import { issuer } from "@aviarytech/vcs"
const vc = await issuer.issueCredential()