@sphereon/ssi-sdk-core
v0.11.0
Published
SSI SDK Core & Interfaces
Downloads
77
Readme
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-coreBuild
yarn buildTest
The test command runs:
prettierjestcoverage
You can also run only a single section of these tests, using for example yarn test:unit.
yarn testUtility scripts
There are other utility scripts that help with development.
yarn fix- runseslint --fixas well asprettierto fix code style.
