Quick Start
Get up and running with Fleet SDK in minutes with our step-by-step setup guide.
Master Ergo blockchain development with hands-on examples and interactive playground
Perfect for beginners. Learn UTXO, wallets, and transactions.
Create, transfer, and manage tokens including NFTs.
Master ErgoScript and smart contract interactions.
Try Fleet SDK code directly in your browser!
Write and execute Fleet SDK code directly in your browser. Perfect for experimenting without any local setup!
Connect to the real Ergo testnet for authentic blockchain interactions.
Gamified learning to keep you motivated!
graph LR
A[Beginner] --> B[UTXO Model]
B --> C[Transactions]
C --> D[Tokens]
D --> E[NFTs]
E --> F[Contracts]
F --> G[DeFi]
G --> H[Master!]
style A fill:#f96
style H fill:#6f9| Metric | Value |
|---|---|
| ๐ Tutorials | 4 comprehensive guides |
| ๐ป Examples | 9 working code samples |
| ๐งช Tests | 86 passing test cases |
| ๐ฎ Playground | Interactive code editor |
| ๐ Achievements | 8 badges to unlock |
| โฑ๏ธ Total Time | ~3 hours to complete |
# Start the documentation server
npm run docs:dev
# Run all tests
npm test
# Open interactive playground
npm run playground
# Check your XP progress
npm run progress
# View achievements
npm run achievements