What is NEAR Indexer?
A framework to handle real-time events on the blockchain
As scaling dApps enter NEAR’s mainnet, an issue may arise: how do they quickly and efficiently access state from our deployed smart contracts, and cut out the cruft? Contracts may grow to have complex data structures and querying the network RPC may not be the optimal way to access state data.
The NEAR Indexer is a micro-framework specifically designed to handle real-time events on the blockchain, allowing to capture and index streams of blocks in a customized manner.
With the NEAR Indexer, developers can perform both high-level data aggregation and low-level introspection of blockchain events.