contract-is-key
v0.4.832
Published
A framework built using o1js for managing and sharing confidential information. WKF will manage creating verifiable credentials, encrypting VCs by issuers using the owner's public key. Storing the VC for the owner. Facilitates decrypting sharing only data
Downloads
296
Maintainers
Readme
Mina zkApp: Whisper
A framework built using o1js for managing and sharing confidential information. WKF will manage creating verifiable credentials, encrypting VCs by issuers using the owner's public key. Storing the VC for the owner. Facilitates decrypting sharing only data the owner wants to with third party verifiers and contracts.
You can use this framework to build a myriad of information hiding applications. For example
KYC'ed Survey platform Anonymous shared health records
This template uses TypeScript.
How to build
npm run build
How to run tests
npm run test
npm run testw # watch mode
How to run coverage
npm run coverage