A simple Flask dashboard to monitor multiple Avalanche validators using the Avascan API.
- Python 3.7+ or Docker (with Compose)
- Clone the repository:
git clone https://github.com/Sensei-Node/avax-validator-dashboard.git
cd avax-validator-dashboard- Edit
config.jsonto set your validator node IDs and refresh interval. - Run with Python or Docker:
# 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:5000docker compose up -d
# Open http://localhost:5000PRs welcome! 🚀
Made with ❤️ by SenseiNode
