Skip to content

A quick and easy to deploy Avalanche Validator Dashboard, made with flask.

License

Notifications You must be signed in to change notification settings

Sensei-Node/avax-validator-dashboard

 
 

Repository files navigation

Avalanche Validator Dashboard

A simple Flask dashboard to monitor multiple Avalanche validators using the Avascan API.

dashboard

Prerequisites

  • Python 3.7+ or Docker (with Compose)

Quick Start

  1. Clone the repository:
git clone https://github.com/Sensei-Node/avax-validator-dashboard.git
cd avax-validator-dashboard
  1. Edit config.json to set your validator node IDs and refresh interval.
  2. Run with Python or Docker:

Python

# Create and activate virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the app
python app.py

# Open http://localhost:5000

Docker

docker compose up -d

# Open http://localhost:5000

Contributing

PRs welcome! 🚀


Made with ❤️ by SenseiNode

About

A quick and easy to deploy Avalanche Validator Dashboard, made with flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.8%
  • Python 31.0%
  • CSS 13.7%
  • HTML 5.9%
  • Dockerfile 1.6%