catalyst-network / Catalyst-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReDoc logo

Catalyst Node Dashboard (Catalyst-dashboard)

Discord Twitter Follow

A node dashboard for Catalyst Network. It displays a nodes peer list and pending transactions as well as network stats. The dashboard works as a desktop application using Electron. There is also a web version of the dashboard available here.

Status: Active development. This repository is being actively worked on, mostly in feature branches.

Build Desktop Dashboard

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

Build the app for production

quasar build -m electron

Build Web Dashboard

git checkout web-version
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

About


Languages

Language:Vue 63.2%Language:JavaScript 35.3%Language:HTML 0.9%Language:CSS 0.7%