Skip to content

Data visualization minidapp to track Minima's network

Notifications You must be signed in to change notification settings

minima-global/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Dashboard Minidapp built for Minima to get a visual representation of Minima's network.

Prerequisites

With this current version of our mds-api pkg you will need to generate a personal access token that sits in your root directory e.g

~/.npmrc

which holds something like:

//npm.pkg.github.com/:_authToken=ghp_D8tXIVpi...4eWX7sV4ExnLV

(Learn how to)

and have another .npmrc file in the root of this project holding this link:

@minima-global:registry=https://npm.pkg.github.com

Installation

Once you have registered your personal access token you now have the rights to use mds-api 😎.

  • Run npm i in the root of this project, this should install all the dependencies including mds-api.
  • Run npm run build-zip that should build you a dashboard.zip minidapp in the root of this project.

Finally,

  • Make sure you have a Minima node and mds running.
  • Now open your browser and go to 127.0.0.1:8090/ which should take you to the minihub.
  • Click the install btn, and find your dashboard.zip.

All done, enjoy.

About

Data visualization minidapp to track Minima's network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published