Get Started
Add the package, create a Mero client, authenticate, and make your first
call. Quickstart →
Get Started
Add the package, create a Mero client, authenticate, and make your first
call. Quickstart →
Understand
How the SDK is layered — the Mero actor, the API clients, the actor-based
token lifecycle, and the SwiftUI frontend. Read the overview →
Guides
Task guides: contexts & apps, executing WASM methods, groups & governance,
blobs, and the MeroKitUI layer. Browse the guides →
Reference
The Mero actor API, the full admin & auth surface, and the MeroError
model. Open the reference →
MeroKit never runs a node. Every capability is an async HTTP(S) call to a
remote Calimero node. It’s a faithful Swift port of the
@calimero-network/mero-js wire
contract — same endpoints, same auth model — in idiomatic async/await.
For the protocol those nodes implement, see the Calimero Core docs. For the JavaScript sibling, see Mero.js.