DID Utils
npm install @sphereon/ssi-sdk-did-utils---
Warning: This package still is in very early development. Breaking changes without notice will happen at this point!
---
A plugin with different DID functions
``shell`
yarn add @sphereon/ssi-sdk-did-utils
`shell`
yarn build
The test command runs:
- prettierjest
- coverage
-
You can also run only a single section of these tests, using for example yarn test:unit.
`shell`
yarn test
There are other utility scripts that help with development.
- yarn fix - runs eslint --fix as well as prettier` to fix code style.