Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 228 Bytes

command.md

File metadata and controls

12 lines (7 loc) · 228 Bytes

Modes

Dev Mode

Quick Development: Leveraging dev-mode

RISC0_DEV_MODE=1 cargo run --release

RISC0_DEV_MODE=1 RUST_LOG=info cargo run --release

Real Proof Generation

RISC0_DEV_MODE=0 RUST_LOG=info cargo run --release