You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artem Poltorzhitskiy edited this page Mar 24, 2026
·
5 revisions
Celestia Indexer
A Go-based blockchain indexer and REST API for the Celestia Data Availability network. Indexes blocks, transactions, messages, events, blobs, namespaces, validators, governance, IBC, Hyperlane, and rollups into PostgreSQL (TimescaleDB) and exposes them via a public Echo HTTP/WebSocket API and a private admin API.
Documentation
Getting Started
Quick Start — get running in 5 minutes with Docker Compose
Core Documentation
Architecture — system design, components, data flow, and indexer pipeline
Development — local setup, configuration, testing, and debugging
Contributing
Contributing — project structure, code style, workflow, and adding new entities