Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 297 Bytes

@zcloak/verify

This repo defined some verifies fucntions to verify Verifiable credential and presentation conveniently and quickly.

Usage

Installation -

yarn add @zcloak/verify

Functions can be imported as follows:

import { vcVerify, vpVerify } from '@zcloak/verify';