This a squid indexing Transfer and Approval events of the RETH pool contract. It is a benchmark to compare with reth-indexer
- Node v16.x
- Docker
- Squid CLI
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