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

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

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
```