dipdup-io / celestia-indexer

🌐 Celestia indexer | Base component of the DipDup Vertical for Celestia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOSSA Status Build Status made_with golang License: MIT Go Coverage

Celestia Indexer

This is an indexing layer for Celestia DA written in Golang that operates on top of the Celestia Full node and stores data in a Postgres database.

Features

  • RPC node client
  • Rollbacks are handled
  • Database is partitioned for better performance
  • Optional diagnostic mode for consistency checks

Indexed entities

  • Blocks
    • Transactions
    • Balance updates (block rewards, gov-triggered issuance/burn, other events)
    • Header
    • Stats
  • Transactions
    • Details
    • Balance updates
  • Blobs
    • Metadata
  • Accounts
    • Balances
    • Stats
  • Namespaces
    • Stats
  • Summary
    • Stats

License

FOSSA Status

About

🌐 Celestia indexer | Base component of the DipDup Vertical for Celestia

License:MIT License


Languages

Language:Go 99.2%Language:Dockerfile 0.4%Language:Makefile 0.3%Language:Shell 0.1%