Developer Guides
Overview
Everything you need to build applications on the Andamio protocol
Build with Andamio
All guides use preprod (Cardano testnet) by default. See API Integration when you're ready for production.
Choose Your Path
| Path | Time | What You Get |
|---|---|---|
| Getting Started | ~15 min | Full local dev environment with app template |
| API Quickstart | ~5 min | First API call with curl (no app template) |
After setup, continue with Your First Andamio App to build something real.
Guides
| Guide | Description |
|---|---|
| API Integration | Environment URLs, auth headers, making requests |
| Authentication | Wallet-based login, JWT flow, session management |
| Transaction Handling | Build → sign → submit lifecycle |
| Error Handling | Recovery patterns for failed transactions |
Tools
| Tool | Description |
|---|---|
| Andamio CLI | Manage course content from the command line |
Reference
- Preprod API Docs — Full endpoint documentation
- Protocol — On-chain architecture and state machines
- SDK — NPM packages for Andamio development
- App Template — Fork and build