Learn to build on Cardano using Go. Ten modules covering wallet creation, transaction building, chain indexing, and node communication — with on-chain credentials via Andamio.
npm install
npm run dev # http://localhost:3000
npm run typecheck # astro check + tsc
npm run build # production buildRequires .env with ANDAMIO_API_KEY and PUBLIC_ANDAMIO_NETWORK (see .env.example).
All content lives in content/cardano-go-pbl/ — the canonical, human-authored source. Edits are published to the live Andamio course with the andamio CLI using an export → edit → import round-trip.
See docs/CONTENT.md for the full contributor workflow (CLI install, auth, editing lessons, and adding images).
- Astro 6 hybrid app with React 19 islands
- Mesh SDK for Cardano wallet integration
- Andamio API for course data, credentials, and transactions
- Tailwind CSS v4 with custom theme tokens
- Deployed web app — lessons prerendered, assignments on-chain
- Agent harness —
/learnin Claude Code for AI-guided instruction - Open-source template — fork it, issue your own credentials
- docs/CONTENT.md — updating course content via the Andamio CLI
- docs/DEPLOY.md — deploying the standalone app (Cloud Run, Docker, or Node)
Catalyst-funded. Built by Gimbalabs and Blink Labs.