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, endpoint taxonomy |
| Authentication | Wallet-based login, JWT flow, session management |
| Developer Accounts | Email/password registration, email verification, Developer JWT |
| API Keys | Request, rotate, and manage API keys |
| API Concepts | Source field, safe refetch timing, event queries |
| Transaction Handling | Build → sign → submit lifecycle |
| Error Handling | Five failure modes and recovery patterns |
| Access Token Verification | Verify Andamio identity for third-party integrations |
Platform
| Guide | Description |
|---|---|
| Billing & Pricing | API tiers, rate limits, subscription management |
Tools
| Tool | Description |
|---|---|
| Andamio CLI | Manage course content and transactions 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