Notion document: https://www.notion.so/Final-Project-Idea-finally-d06f430d769742e8aabf1b1e0da9f0f1
- Install rust and circom2
- Clone or fork this template repository.
git clone https://github.com/wanseob/zkp-app-boilerplate
- Install packages
yarn
- Build: this compiles the circuits and exports artifacts. Then compiles the contracts and generate typescript clients.
yarn build
- Run a demo app using a localhost private network.
yarn demo
-
Test contracts
yarn workspace contracts test
-
Test your circuits
yarn workspace circuits test
-
Test your app
yarn workspace app test