This repository is intended to provide a playground for you to easily start writing a zkVM application using RISC Zero (Risc0).
This projects requires Rust, if you don't have Rust and rustup installed, start by installing Rust and rustup. Risc0 mainly depends on the rustup tool.
This installation guide if for both x86-64 Linux and arm64 mac0S.
rzup
is the Risc0 toolchain installer.
- Install
rzup
by running:
curl -L https://risczero.com/install | bash
- Run
rzup
to install Risc0:
rzup install
Please checkout Ric0 installation docs for more details.
- Installing commitlint tools globally via NPM for the pre-commit tool
npm install -g @commitlint/cli @commitlint/config-conventional