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
- Host: GitHub
- URL: https://github.com/deltartificial/reth-exex-indexer
- Owner: deltartificial
- License: mit
- Created: 2025-02-06T13:25:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:28:12.000Z (over 1 year ago)
- Last Synced: 2025-02-06T14:32:24.233Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.