Skip to content

Installation

  • A recent Rust toolchain (the workspace uses the 2024 edition — install via rustup).
  • git.
Terminal window
git clone https://github.com/arkworks-rs/truth-table.git
cd truth-table
cargo build --release

The workspace is split into several crates (tt-core, tt-arithmetic, tt-exec, and others). Building at the workspace root compiles the default members; some benchmark-only crates are excluded by default and built explicitly when needed.

Head to the Quick Start to run your first proof.