Skip to content

Latest commit

 

History

History

did-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Sphereon
SSI SDK DID Utils

did-utils

A SSI SDK plugin with different DID functions

Installation

yarn add @sphereon/ssi-sdk-ext.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.