A SSI SDK plugin with different DID functions
yarn add @sphereon/ssi-sdk-ext.did-utils
yarn build
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
There are other utility scripts that help with development.
yarn fix
- runseslint --fix
as well asprettier
to fix code style.