Quick Reference
Everything you need in one place
Andamio Pioneers Quick Reference
Everything you need to get building, in one place.
Environment Variables
Copy this into your .env file for the T3 App Template:
# Andamio API Gateway
NEXT_PUBLIC_ANDAMIO_GATEWAY_URL="https://dev.api.andamio.io"
# Your Andamio API Key (request one via the API Gateway)
ANDAMIO_API_KEY="your-api-key-here"
# Andamio Access Token Policy ID
NEXT_PUBLIC_ACCESS_TOKEN_POLICY_ID="29aa6a65f5c890cfa428d59b15dec6293bf4ff0a94305c957508dc78"Port 3000 Required
You must run your local development server on port 3000 (i.e., http://localhost:3000). The Andamio APIs are configured to only accept requests from this origin. Using any other port will result in CORS errors or rejected requests.
API Documentation
| API | Purpose | Docs |
|---|---|---|
| Andamio API Gateway | Unified API for all Andamio services | Swagger UI |
Full API documentation coming soon.
Links
| Resource | Link |
|---|---|
| Discord | Andamio Network |
| T3 App Template | GitHub |
| Submit Issues | GitHub Issues |
TypeScript Types
Generate TypeScript types from the API Gateway schema:
# Script coming soon
npm run generate-typesTypes are auto-generated from the OpenAPI specification.
Live Coding Schedule
Weekly Sessions (Wednesdays):
- 14:00 UTC
- 20:00 UTC
Spontaneous Sessions: Additional building in public happens in the Andamio Discord. No obligation to join - just an open invitation.
Getting Help
- Discord - Primary communication channel
- GitHub Issues - For bugs, feature requests, or documentation gaps
- Live Coding Sessions - Ask questions in real-time
Wallet Setup
You'll need a Cardano wallet connected to Preprod testnet:
Get testnet ADA from the Cardano Testnet Faucet.