https://github.com/deltartificial/univ4-exex-indexer
Ethereum Uniswap V4 indexer using Reth Execution Extensions and Clickhouse
https://github.com/deltartificial/univ4-exex-indexer
clickhouse evm exex indexer reth revm uniswap uniswap-v4
Last synced: 10 months ago
JSON representation
Ethereum Uniswap V4 indexer using Reth Execution Extensions and Clickhouse
- Host: GitHub
- URL: https://github.com/deltartificial/univ4-exex-indexer
- Owner: deltartificial
- Created: 2025-08-10T20:47:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T22:09:24.000Z (10 months ago)
- Last Synced: 2025-08-10T22:22:56.844Z (10 months ago)
- Topics: clickhouse, evm, exex, indexer, reth, revm, uniswap, uniswap-v4
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### univ4-exex-indexer
High‑performance Reth ExEx indexer that streams Uniswap v4 `Initialize`, `Swap`, `ModifyLiquidity`, and `Donate` events into ClickHouse.
### Quick start
Set ClickHouse connection and run in release mode:
```bash
export CLICKHOUSE_URL="http://localhost:8123"
export CLICKHOUSE_DATABASE="default"
cargo run --release
```
### Build
```bash
cargo build --release
```