- Notifications
You must be signed in to change notification settings - Fork51
Build your zkp app with typescript, hardhat, circom, and snarkjs!
License
NotificationsYou must be signed in to change notification settings
privacy-scaling-explorations/zkp-app-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Install rust andcircom2
- 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 contractstest
Test your circuits
yarn workspace circuitstest
Test your app
yarn workspace apptest
Let's compress EdDSA signatures into one zk proof! Go totutorial!
To check the complete codes, visit thetutorial
branch.
About
Build your zkp app with typescript, hardhat, circom, and snarkjs!
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.