Skip to content

Latest commit

 

History

History

stats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mevboost.org: stats

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.

Run locally

# 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