This project is a graphical application that visualizes data from a Massa node. It displays information such as the final balance, final roll count, and a graph of N/OK counts per cycle. The application uses tkinter
for the graphical interface and matplotlib
for plotting graphs.
- Display of final balance and final roll count.
- Interactive graph of OK counts per cycle.
- Refresh button to update data.
- Python 3.x
- Python libraries:
requests
,matplotlib
,tkinter
A file with Massa node address must be next to the main.py
.
dashmas
├── main.py
├── jrequests.py
└── address.txt
The content of address.txt
is the raw Massa node address, shuch as AU12gAkmGeozFceJD4tQmbVvihYdX2KyWZcYLL8xdYZeP4EuWYdex
.