contract-is-key
Version:
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
34 lines (21 loc) • 724 B
Markdown
# 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
```sh
npm run build
```
## How to run tests
```sh
npm run test
npm run testw # watch mode
```
## How to run coverage
```sh
npm run coverage
```
## License
[Apache-2.0](LICENSE)