Overview of rindexer
masterrindexer is a high-speed, open-source indexing toolset written in Rust, designed for compatibility with any EVM (Ethereum Virtual Machine) chain. It provides two primary ways to use it:
- No-code indexing: Use a simple YAML configuration file to index chain events without writing additional code.
- Developer framework: Use the provided Rust foundations to build custom, highly extendable indexing pipelines, allowing you to focus on business logic while rindexer handles the heavy lifting.
Out of the box, rindexer provides a GraphQL API to query your indexed data instantly.