π Quick Start
Prerequisites
Before you begin, ensure you have the following installed:
# Rust with RISC-V targetcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup target add riscv32im-unknown-none-elf# Go 1.24+# Installation varies by OS - see https://golang.org/doc/install# IPFS (for data storage)# Installation varies by OS - see https://docs.ipfs.io/install/# Docker or Podman (for testing)# Installation varies by OSEnvironment Setup
# Clone the repositorygit clone <repository-url>cd zenith# Set environment variables for developmentexport RUST_LOG=infoexport RUST_BACKTRACE=1export RISC0_LOG=trueexport RISC0_DEV_MODE=1 # Enables faster proving for development