@sphereon/waci-pex

Veramo SSI QR Code provider

Usage no npm install needed!

<script type="module">
  import sphereonWaciPex from 'https://cdn.skypack.dev/@sphereon/waci-pex';
</script>

README


Sphereon
waci-pex (Typescript)


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


waci-pex

A Veramo plugin to create SSI QR code to Verify using SIOPv2 or OIDC4. This plugin component is only supporting react and react-native frameworks.

Installation

yarn add @sphereon/waci-pex

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.