Get Started
Install the SDK, authenticate to a node, and make your first call in minutes. Quickstart →
Get Started
Install the SDK, authenticate to a node, and make your first call in minutes. Quickstart →
Understand
How the SDK is layered — the MeroJs facade, the API clients, the token
lifecycle, and the event streams. Read the overview →
Guides
Task guides: contexts & apps, executing WASM methods, real-time subscriptions, groups & governance, blobs, and transport. Browse the guides →
Reference
Every MeroJs method, the full admin & auth API surface, and the three
error types. Open the reference →
MeroJs is a thin composition of focused clients over one shared fetch-based
transport. It manages the JWT token lifecycle so your code never has to.
The SDK talks to a Calimero Core node
(merod). For the protocol those nodes implement, see the
Calimero Core docs. Using React?
Reach for @calimero-network/mero-react,
which wraps this SDK with hooks.