masternode-dashboard

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