Akagi201 / zkvm-workshop

zkvm sample codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

zkvm sample codes

License:Apache License 2.0


Languages

Language:Rust 92.8%Language:Just 7.2%