@sphereon/ssi-sdk-vc-api-verifier

<!--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>VC API Verifier (Typescript) <br>

Usage no npm install needed!

<script type="module">
  import sphereonSsiSdkVcApiVerifier from 'https://cdn.skypack.dev/@sphereon/ssi-sdk-vc-api-verifier';
</script>

README


Sphereon
VC API Verifier (Typescript)


Warning: This package still is in every early development. Breaking changes without notice will happen at this point!


vc-api-verifier

A Veramo plugin to verify credentials using the vc-http-api. Based on an older version of the spec (v0.1) and only working for Sphereon's VC API currently. We are working on supporting the latest spec version.

Installation

yarn add @sphereon/ssi-sdk-vc-api-verifier

Build

yarn build

Test

The test command runs:

  • prettier
  • jest
  • coverage

You can also run only a single section of these tests, using for example yarn test:unit.

yarn test

Utility scripts

There are other utility scripts that help with development.

  • yarn fix - runs eslint --fix as well as prettier to fix code style.