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.
Start here
Section titled “Start here”- Read the architecture orientation — the actor model and the crate map.
- Skim the Protocol Reference for the model the code implements.
- Set up your development workflow — build, test, the PR conventions.
Orientation
Section titled “Orientation” Architecture & crate map Actors, layers, and what each crate does.
Protocol Reference The model the codebase implements.
Working on core
Section titled “Working on core” Development workflow Build, test, lint, commit and PR conventions.
Writing documentation How this docs site is structured and contributed to.
Reference
Section titled “Reference” Decision records (ADRs) Why the key design choices were made.