Skip to content

roman-1905/masternode-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Build Status Latest Release Licence

Veles Masternode Dashboard

This dashboard web-application is part of the Veles Core Masternode and provides web-based UI for monitoring and administration of the masternode.

Demo preview

You can try the Masternode Dashboard web UI visiting this link hosted on github.io.

Method 2

For local testing and development you can clone this repository to your webroot and compile the page by running following command from within the projects's directory: make or alternatively ./manage.py rebuild index

Now you can point your browser to file public/index.html (URL depends on the settings of your webserver) to access the dashboard connected to the random gen2 masternode through dAPI gateway.

Note: To apply any changes in Jinja templates it is neccessary to rebuild index page.

Requirements

  • Webserver - Apache, Lighttpd, Nginx, etc. (setting up a webserver is a issue outside of the scope of this file.)
  • Python 3.6+ (apt-get install python3 pip3)
  • Jinja2 - (pip install -r requirements.txt or pip3 install -r requirements.txt)

About

This repository will hold Veles Masternode dashboard web-application to be run on the masternode itself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 55.3%
  • CSS 22.8%
  • JavaScript 14.1%
  • Python 6.8%
  • Makefile 1.0%