Categorygithub.com/dipdup-io/celestia-indexer
module
0.0.0-20231019162039-24865f358a01
Repository: https://github.com/dipdup-io/celestia-indexer.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author