Validator Performance Analyzer is a tool designed to provide insights into the performance metrics of validators in the blockchain ecosystem. By entering a validator address, users can view both current performance metrics and historical data.
- Python 3.x
- pip (Python package installer)
-
Clone the Repository:
git clone https://github.com/fabianhug/validator-analyzer cd validator-analyzer
-
Install Dependencies: Using the provided
requirements.txt
file, install the necessary Python packages.pip install -r requirements.txt
-
Set Up API Key: Ensure you have your API key for accessing the data. You will be prompted to input this key when running the app.
-
Run the App:
streamlit run [YOUR APP FILE NAME HERE, e.g., app.py]
-
Access the App: Once the app is running, you'll be provided with a local URL in your terminal (usually
http://localhost:8501/
). Open this link in your web browser to access the app.
- Enter your API key when prompted.
- Provide the validator address you wish to analyze.
- Select the date range for which you want historical data.
- Click the
Fetch Validator Data
button to view the performance metrics and historical data.
For feedback, issues, or contributions, please open an issue on the repository or contact the creator.