npm.io
0.11.0 • Published 3 years ago

@sphereon/ssi-sdk-did-utils

Licence
Apache-2.0
Version
0.11.0
Deps
10
Size
63 kB
Vulns
1
Weekly
0
Stars
75


Sphereon
SSI SDK DID Utils


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


ssi-sdk-core

A plugin with different DID functions

Installation

yarn add @sphereon/ssi-sdk-did-utils

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.