Running the Prover
Our ZK code is spread across three repositories:
Our ZK code is spread across three repositories:
Boojum contains the low level ZK details.
zkevm_circuits contains the code for the circuits.
zkevm_test_harness contains the tests for the circuits.
To get started, run the basic_test
from the era-zkevm_test_harness
:
This test may take several minutes to run, but you will see lots of information along the way!
Last updated