Skip to content

Fleet SDKEducational Tutorial

Master Ergo blockchain development with hands-on examples and interactive playground

Fleet SDK

๐ŸŽฎ Choose Your Path โ€‹

๐Ÿ›ก๏ธ Path 1: The Basics โ€‹

Perfect for beginners. Learn UTXO, wallets, and transactions.

Start Basic Path โ†’

โš”๏ธ Path 2: Token Master โ€‹

Create, transfer, and manage tokens including NFTs.

Start Token Path โ†’

๐Ÿง™ Path 3: Contract Wizard โ€‹

Master ErgoScript and smart contract interactions.

Start Contract Path โ†’

๐ŸŽฎ Path 4: Interactive Playground โ€‹

Try Fleet SDK code directly in your browser!

Open Playground โ†’

๐Ÿš€ New Features โ€‹

๐ŸŽฎ Interactive Playground โ€‹

Write and execute Fleet SDK code directly in your browser. Perfect for experimenting without any local setup!

  • Live Code Editor - Monaco-powered with syntax highlighting
  • Instant Execution - Run code with one click
  • Pre-built Examples - Start with working templates

Try Playground โ†’

๐ŸŒ Testnet Integration โ€‹

Connect to the real Ergo testnet for authentic blockchain interactions.

  • Fetch Real UTXOs - Query actual blockchain data
  • Submit Transactions - Test your dApps on testnet
  • Explorer Integration - Full API access to Ergo Explorer

Learn More โ†’

๐Ÿ† XP & Achievements System โ€‹

Gamified learning to keep you motivated!

  • Earn XP - Gain points for completing tutorials
  • Unlock Achievements - 8 unique badges to collect
  • Track Progress - View your learning journey

View Leaderboard โ†’

๐Ÿ“Š What You'll Learn โ€‹

mermaid
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

๐Ÿ† Quick Stats โ€‹

MetricValue
๐Ÿ“š Tutorials4 comprehensive guides
๐Ÿ’ป Examples9 working code samples
๐Ÿงช Tests86 passing test cases
๐ŸŽฎ PlaygroundInteractive code editor
๐Ÿ… Achievements8 badges to unlock
โฑ๏ธ Total Time~3 hours to complete

๐Ÿ› ๏ธ Quick Commands โ€‹

bash
# 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

Released under the MIT License.