cza-circom-template
v0.0.6
Published
> [!NOTE] > Bootstraped from [sripwoud/dapp-template](https://github.com/sripwoud/dapp-template)
Readme
Create Zk App - Circom Template
[!NOTE] Bootstraped from sripwoud/dapp-template
This template includes:
- a sha256 circom circuit (from erhant/circomkit)
- scripts to:
- perform a dummy setup for this circuit and build the corresponding solidity verifier contract
- start a local test ethereum node
- deploy the verifier contract to it
- start the web client that demoes generating a proof client side and verifying it via a verifier contract call (see
/proofpage)
- start the web client that demoes generating a proof client side and verifying it via a verifier contract call (see
Develop
To setup and start everything:
./setup
mise r d