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