Skip to content

Rust & tooling

Contributing to the node or future contract tooling typically requires a modern Rust toolchain (rustup), cargo, and platform build dependencies (see official build docs).

Official references

Practices

  • cargo fmt / clippy where applicable for upstream contributions.
  • Prefer small, reviewable PRs with tests when the upstream project expects them.