Skip to content

Status page for nano representatives

License

Notifications You must be signed in to change notification settings

kylmp/nano-rep-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Representative Status Page

About

Status page for nano representatives. Shows online status, balances, voting weight and more.

Created by kylmp

Picture

Installation

Prerequisite: Your nano node should already be running and accessible via RPC from the system this status page is running on.

Install Dependencies (Debian/Ubuntu):

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip install Flask
sudo pip install nano-python

Clone Repo:

cd ~
git clone https://github.com/qcryptic/nano-rep-status.git

Run It:

First you should edit the config variables in nanoRepStatus.py as needed

cd ~/nano-rep-status
python3 nanoRepStatus.py

Alternatively, run it in the background with no output (can safely close the terminal now):

nohup python3 nanoRepStatus.py &

A lot of the design is based on the design from https://github.com/dbachm123/nanoNodeMonitor

About

Status page for nano representatives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published