An open API service indexing awesome lists of open source software.

https://github.com/deltartificial/reth-exex-indexer

Ethereum indexer using Reth Execution Extensions and Clickhouse
https://github.com/deltartificial/reth-exex-indexer

Last synced: 8 months ago
JSON representation

Ethereum indexer using Reth Execution Extensions and Clickhouse

Awesome Lists containing this project

README

          

# reth-exex-indexer

⚠️ **WARNING: This is an alpha version, not ready !**

A Rust-based Ethereum execution layer indexer built on top of reth. Currently supports indexing:
- ERC20 transfers
- Contract deployments
- Native transfers (ETH)
- Execution traces

## Requirements
- Rust
- ClickHouse database
- Environment variable `DATABASE_URL` pointing to your ClickHouse instance

## Status
Work in progress, alpha version. Breaking changes may occur at any time.