Prerequisites

VM or Your Local Machine

You can run the indexer on almost every VM environment as well as your local machine. As long as can install python and postgresql you are likely good to go. If you need to index a large chain with long historical data, you need to make sure you have enough disk space and proper computation resource.

RPC Endpoints

The Indexer will consume a large number of RPC requests when you try to index entire chain. Make sure you have a robust and fast RPC endpoint. Most of the time, the RPC endpoint will be the bottleneck for the indexer.

Last updated