Skip to content

Guides Overview

Welcome to the Polkadart guides! These tutorials walk you through common blockchain development tasks with practical, real-world examples. Each guide is designed to be standalone, so you can jump directly to the topics that interest you.

Through these guides, you’ll learn how to:

  • 🔗 Connect to any Substrate-based blockchain
  • 📦 Query and decode storage data
  • 💸 Send transactions and transfers
  • 👀 Subscribe to real-time blockchain events
  • 📝 Interact with smart contracts
  • 🔐 Sign and verify messages

Before starting these guides, make sure you have:

  1. Dart SDK installed (version 3.0 or higher)
  2. Polkadart packages added to your project
  3. Generated types for your target blockchain

Need help with setup? Check our Getting Started section.

If you run into issues: