Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 584 Bytes

openvm benchmark

Prerequisite

  1. Setup as the main README.

  2. Install Rust.

  3. Install cargo-openvm CLI by cargo install --git 'http://github.com/openvm-org/openvm.git' --tag v1.0.0-rc.1 cargo-openvm.

  4. Run download_trusted_setup.sh to download trusted setup files.

  5. Set a RPC URL of full node to RPC_1 in .env file.

Benchmark

Execute the run.sh directly for the first time, after complete check the output results in the logs folders. Then you could re-execute with the cache eth data by CACHE=true run.sh.