Skip to main content
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

Quickstart

Build your first Solana indexer in 5 minutes

Indexing Orca

Learn how to index Orca DEX data

Key Resources

CLI Cheatsheet

Quick reference for common commands

Solana API Reference

Complete Solana batch processor API

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.