Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Japanese version: /ja/doc/integration/indexer-integration-points.html

Indexer Integration Points

TL;DR

  • Pull entrypoint is export_blocks(cursor,max_bytes).
  • Log backfill helper is rpc_eth_get_logs_paged.
  • Design cursor workflow with pruning in mind.

Sources

  • crates/ic-evm-wrapper/evm_canister.did
  • tools/indexer/README.md
  • docs/specs/indexer-v1.md