Skip to main content

Solana Getting Started

Get started building Solana blockchain indexers with Squid SDK. This section provides tutorials and guides to help you index Solana programs, transactions, and accounts.

What you’ll learn

Key Resources

Overview

Squid SDK provides powerful tools for indexing Solana blockchain data:
  • SolanaBatchProcessor: High-performance batch processing of Solana data
  • Instruction decoding: Decode program instructions with generated TypeScript code
  • Transaction indexing: Index transactions, logs, and account state changes
  • Real-time sync: Near real-time data ingestion with sub-second latency

Next Steps

  1. Start with the quickstart - Build a simple Solana indexer to understand the basics
  2. Explore tutorials - Learn how to index specific Solana programs
  3. Reference documentation - Deep dive into the Solana batch processor API
  4. Deploy to cloud - Scale your indexer with SQD Cloud
Already familiar with Solana development? Jump straight to the Solana Reference to see all available methods and data types.