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
- Start with the quickstart - Build a simple Solana indexer to understand the basics
- Explore tutorials - Learn how to index specific Solana programs
- Reference documentation - Deep dive into the Solana batch processor API
- Deploy to cloud - Scale your indexer with SQD Cloud

