Release v0.3.0
dabeacon_indexer v0.3.0
A Ethereum beacon chain indexer with live validator duty tracking.
Supported Platforms
- Linux x86_64 (GNU and musl)
- Linux ARM64
- macOS x86_64
- macOS ARM64 (Apple Silicon)
Quick Start
- Download the binary for your platform
- Extract:
tar -xzf dabeacon_indexer-v0.3.0-<target>.tar.gz - Copy and edit config:
cp config.example.toml config.toml - Run:
./dabeacon_indexer --config config.toml