Technical Blueprints
Aether Index is a high-performance **Universal Solana Program Indexer** designed for "Ground-Zero" reliability. It transforms raw on-chain data into structured, queryable relational databases with zero custom code.
02_Architecture: The Sovereignty Pipeline
The engine is built to capture, decode, and store every transaction with bit-perfect integrity. The pipeline is optimized for high-throughput decoding using the Borsh protocol.
03_Quick Start: Igniting the Engine
Ready to deploy? Follow the industrial baseline setup.
04_Universal Core: Zero-Touch Indexing
Aether identifies programs by their Public Key. Simply drop your .json Anchor IDL into the standard path to manifest your API:
The system will automatically generate relational tables for every Instruction and Account defined in the IDL.
05_API Manifest (v1.0)
Aether exposes a hardened REST layer guarded against SQL injection through IDL-derived Column Whitelisting.
06_CLI Diagnostics
Elite tools to ensure your data stays 100% verified mid-flight.
Deep dive into the source code: packages/aether-core/src/index.ts