SDKs for Verifiable Credentials, Verifiable Credential Presentations, DID Keys, Self Sovereign Identity and Decentralised Identifiers
- This is a minimum viable product suite with limited functionality.
- Please do not use this for production
- BuildScripts
- Working with NodeJS 14.0.0 + in either Linux or Windows
Please go through the individual repositories
yarn config set workspaces-experimental true
npm run bootrap
To run all tests for the project
npm run test
npm run build
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
yarn install
sudo npm i -g typedoc # needs to do only once
typedoc --darkHighlightTheme dark-plus --tsconfig ./tsconfig.json