Setup & Build the ZKWASM binary
To build and run these projects requires the Rust compiler. Install rustup with:
Verify the installation with:
Clone the zkWasm repo and move into the directory:
Build using cargo (CPU version):
Build GPU version (The recommended way of running zkWASM prover):
Also if you do not have a powerful gpu (eg. nvidia-4090), you can compromize the performance by
Last updated