Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 711 Bytes

arkworks_icp24

This repository uses arkworks' ark_groth16 to generate a Proof on the front end and verify it on the Canister Smart Contract (Internet Computer∞).

app

Important File

src/arkworks_icp24_backend/src/lib.rs           → Verifying a ZK Proof
src/arkworks_icp24_frontend/rust_zkp/src/lib.rs → Generating a ZK Proof

Running the project locally

If you want to test your project locally, you can use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy