This project is an implementation of the Groth16 zk-SNARK proving system on Casper.
The project is consist of:
- An on-chain proof verifier contract
- A circuit demo
- A client can send proof and input to verifier program
make prepare
make build
cd client
cargo build
cargo run