@sphereon/ssi-sdk-core

SSI SDK Core & Interfaces

Usage no npm install needed!

<script type="module">
  import sphereonSsiSdkCore from 'https://cdn.skypack.dev/@sphereon/ssi-sdk-core';
</script>

README


Sphereon
SSI SDK Core (Typescript)


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


ssi-sdk-core

A Veramo plugin whit types/interfaces and utility functions shared by multiple plugins

Installation

yarn add @sphereon/ssi-sdk-core

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.