Skip to content

telosnetwork/Validator-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telos Validator Checker

Standalone static rebuild of the validator dashboard shown at https://infinitybloc.io/validators.

Files

  • requirements.md documents the behavior and data contract derived from the live page and source repository.
  • index.html, styles.css, and app.js implement the standalone app.
  • scripts/validate_bps.py generates validation/latest.json and validation/history.json.
  • The app tries local validation/*.json first, then local data/*.json.
  • CPU timing history is also merged from https://infinitybloc.io/validation/history.json so benchmark data can continue coming from the original repo while its GitHub secret remains there.
  • .github/workflows/validate.yml refreshes validation snapshots every six hours and can also be run manually from GitHub Actions.

Run

Serve the folder with any static HTTP server:

python3 -m http.server 4173

Then open:

http://127.0.0.1:4173/

The app fetches JSON files over HTTP, so opening index.html directly from the filesystem may not work in all browsers.

About

Front end to display the health of the Validators on the Telos Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors