Tracks mev-boost relays for ProposerPayloadsDelivered
+ other statistics.
Does not currently support reorg healing (indexer syncs live latest slot, not 20-blocks-delayed).
Relay configs can be updated in config.json.
# Create Prisma Client
npx prisma generate
# Push schema to db
npx prisma db push
# Update env vars
cp .env.sample .env
vim .env
# Install deps
npm install
# Run
npm run start