lightmyfire17 / nkn-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Kind Of Dashboard

New Kind Of Dashboard — web dashboard for NKN users, containing the following features:

  • Balance Check
  • Mining Calculator
  • Node Tracker
  • Wallets Tracker
  • Network Blocks Tracker
  • NKN's Twitter Feedback

At the moment, the application is not available online, but you can download and run it offline.

New features will be implemented into nknX.

Node Tracking

To start tracking state of nodes, you need to add the ip addresses of your nodes into the script via following steps:

  1. Go to nkn-dashboard/js
  2. Open core script file common.js
  3. Find line 41 and add ip of your node into array:
nodes: ['142.93.142.26', '167.99.2.183']
  1. Save changes and reload page

You can add as many nodes as you want.

Wallets Tracker

To start tracking balance of your wallet, you need to add the NKN address and name of your wallet into the script via following steps:

  1. Go to nkn-dashboard/js
  2. Open core script file common.js
  3. Find line 45 and add ip of your node into array:
wallets: [{
                "label": "Yilun",
                "address": "Ndf68RHvgwQk5U6caHg9CuUnooeLGZ5UzS",
                "balance": null,
                "balanceUsd": null,
                "preview": ""
            },
            {
                "label": "SF",
                "address": "NNHaXsaStomYG77RWNT1q6UvymKtbuejtj",
                "balance": null,
                "balanceUsd": null,
                "preview": ""
            }]
  1. Save changes and reload page

You can add as many wallets as you want.

NKN Resources

NKN Community

About


Languages

Language:HTML 47.6%Language:JavaScript 33.9%Language:CSS 18.6%