Get Started
Add the dependency, create a Mero client, authenticate, and make your first
call. Quickstart →
Get Started
Add the dependency, create a Mero client, authenticate, and make your first
call. Quickstart →
Understand
How the SDK is layered — the Mero client, the API clients, the coroutine
token lifecycle, and the Compose frontend. Read the overview →
Guides
Task guides: contexts & apps, executing WASM methods, live events, groups &
governance, blobs, and the mero-compose layer. Browse the guides →
Reference
The Mero API, the full admin & auth surface, and the MeroException
model. Open the reference →
mero-kotlin never runs a node. Every capability is a suspend HTTP(S) call to a
remote Calimero node. It’s a faithful Kotlin port of the
@calimero-network/mero-js wire
contract — same endpoints, same auth model — in idiomatic coroutines, and the
Android mirror of MeroKit (Swift).
For the protocol those nodes implement, see the Calimero Core docs. For the JavaScript sibling, see Mero.js; for iOS/macOS, MeroKit.