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 mapActors, layers, and what each crate does.
Protocol ReferenceThe model the codebase implements.
Working on core
Section titled “Working on core”Development workflowBuild, test, lint, commit and PR conventions.
Writing documentationHow this docs site is structured and contributed to.