Skip to content

Contribute to Calimero Core

Calimero Core is a Rust workspace of ~30 crates plus example apps and tools. This track orients you in the codebase and the development workflow.

  1. Read the architecture orientation — the actor model and the crate map.
  2. Skim the Protocol Reference for the model the code implements.
  3. Set up your development workflow — build, test, the PR conventions.