2.0.0 • Published 2 years ago

xyz-vc v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@zcloak/vc

This repo defined a VerifiableCredential that can be signed and verified offline, and also includes the generation of Verifiable Presentataion.

For more information about Verifiable Credential and Presentation, please visit the latest version of the official W3C specification.

Usage

Installation -

yarn add @zcloak/vc

Classes and Functions can be imported as follows:

import { VerifiableCredentialBuilder } from '@zcloak/vc';