/zkvm-workshop

zkvm sample codes

Primary LanguageRustApache License 2.0Apache-2.0

zkvm-workshop

zkvm sample codes

Install risczero toolchain

git clone https://github.com/risc0/risc0.git
cd risc0
git checkout v0.19.1 # checkout to the latest release
cargo install --path risc0/cargo-risczero
cargo risczero install # installs the latest RISC Zero toolchain
cargo risczero -V
rustup toolchain list --verbose | grep risc0

Create a new project

cargo risczero new hello-world