Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 601 Bytes

RETH indexing squid

This a squid indexing Transfer and Approval events of the RETH pool contract. It is a benchmark to compare with reth-indexer

Prerequisites

Running

Navigate to the example folder.

npm ci
sqd build
# start the database
sqd up
# starts a long-running ETL and blocks the terminal
sqd process

# starts the GraphQL API server at localhost:4350/graphql
sqd serve