-
Setup as the main README.
-
Install Rust.
-
Install cargo-openvm CLI by
cargo install --git 'http://github.com/openvm-org/openvm.git' --tag v1.0.0-rc.1 cargo-openvm
. -
Run
download_trusted_setup.sh
to download trusted setup files. -
Set a RPC URL of full node to
RPC_1
in.env
file.
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
.