@sphereon/ssi-sdk.credential-validation
Version:
36 lines (25 loc) • 750 B
Markdown
<!--suppress HtmlDeprecatedAttribute -->
<h1 align="center">
<br>
<a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a>
<br>Credential validation (Typescript)
<br>
</h1>
**Warning: This package still is in very early development. Breaking changes without notice will happen at this point!**
A Veramo contact manager plugin. This plugin has utility functions for validating Verifiable Credentials.
## Available functions
- cvVerifyCredential
- cvVerifySchema
- cvVerifyMdoc
- cvVerifySDJWTCredential
- cvVerifyW3CCredential
## Installation
```shell
yarn add @sphereon/ssi-sdk.credential-validation
```
## Build
```shell
yarn build
```