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.
npm install
quasar dev -m electron
quasar build -m electron
git checkout web-version
npm install
quasar dev
quasar build