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

