Installation
Install the Fairseq Rust SDK and prepare your environment.
Fairseq ships primarily as a Rust crate and integrates into a sequencer, matching engine, or aggregation pipeline.
Rust
Add the dependency:
cargo add fairseq
Platform notes
- Fairseq is designed for commodity infrastructure (no special hardware assumptions).
- If you’re integrating into an existing sequencer, the only hard requirement is that you can reliably capture:
- transaction hash
- ingress time / arrival ordering
- the ordered batch you publish
Next steps
- Read Configuration to set up Lighthouse anchoring.
- Follow Quick Start to produce your first proof.