Skip to content

Build Calimero Apps

A Calimero application is a sandboxed WASM module that defines a shared, replicated state machine — its data types and the methods that mutate them. You write it in Rust against the SDK; the node handles replication, conflict-free merging, and sync.

  1. Quickstart — install a node, install an app, call a method (15 min).
  2. Build your first app — scaffold → state → methods → build → run, end to end.
  3. Pick a how-to guide for the task in front of you.
  4. Keep the Reference open as you go.