ZK-Cred
November 27, 2022 ยท View on GitHub
Zero Knowledge Verifiable Credential Selective Disclosure Presentation
See notes
Contracts
From within the contracts directory:
How to build contracts
npm run build
How to run tests
npm run test
npm run testw # watch mode
How to run coverage
npm run coverage