Build Citrea from Source
Step 1: Install Rust
Step 2: Clone the source code
git clone https://github.com/chainwayxyz/citrea
cd citrea
git fetch --tags
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)Step 3: Build Citrea
make install-dev-toolsSKIP_GUEST_BUILD=1 cargo build --releaseREPR_GUEST_BUILD=1 cargo build --release
Step 3.1: Use full node database snapshots (Optional)
Step 4: Run Citrea
Last updated
Was this helpful?