Skip to content

A dashboard showing the Ethereum validator enter/exit queue and estimated wait times.

License

Notifications You must be signed in to change notification settings

etheralpha/validatorqueue-com

 
 

Repository files navigation

validatorqueque-com

This repo contains the source code for the ValidatorQueue.com.

Provides an estimate of the waiting time before your Ethereum validator becomes active or eligible for exit. The data is fetched using the beaconcha.in API.

The data is updated every ~ 15min. The first reading of each UTC+0 day is recorded for historical data.

To execute/build locally:

  1. Create virtual environment: python3 -m venv venv/
  2. Start python virtual environment: . venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Run the script: python build.py
  5. Close virtual environment: deactivate
  6. Or run the last 4 steps in one command: . venv/bin/activate && pip install -r requirements.txt && python build.py && deactivate

This project is maintained by Ether Alpha.

About

A dashboard showing the Ethereum validator enter/exit queue and estimated wait times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.3%
  • Python 13.2%
  • JavaScript 3.8%
  • CSS 0.7%