Halo2
Build the prover
Clone the W3bstream repository
Start by cloning the W3bstream repository, where you can start from a template example:
Open the folder in a code editor and make the required modifications based on your actual data message.
Build the circuit
The circuit bytecode is saved in the file halo2_wasm_bg.wasm
located under the pkg
folder.
Build the circuit executable
The command below will create thasdfwefe circuit executable that can be used to generate and verify proofs locally, as well as generate the Solidity contract for on-chain verification of a proof:
Last updated