Skip to content

Indexing Framework

The aleph.im Indexer Framework is a node.js and moleculer based framework for building multithreaded indexers to be deployed on the Aleph.im network.

Documentation

The documentation for the framework can be found here. Examples of working indexers can be found in the aleph.im Indexer Library.

Features

  • Index data from multiple blockchains
  • Fetch historical event data based on:
    • Transactions
    • Blocks
    • Logs
    • State
  • Aggregate data points into buckets
  • Index multiple accounts and their events
  • Index and aggregate across multiple blockchains at the same time

Supported Blockchains

The framework currently supports indexing data from the following blockchains:

  • Ethereum
  • Solana
  • BSC

New blockchains can be easily added by implementing a new blockchain adapter.