Skip to content

The Taiko node dashboard is aimed to provide quick and digestible insights into your Taiko node.

License

Notifications You must be signed in to change notification settings

zacnider/taiko-node-dashboard

 
 

Repository files navigation

Taiko Node Dashboard

Taiko node dashboard is aimed to provide quick and digestible insights into your Taiko node. Cover_Image

Usage

To run the dashboard, there are 2 recipes posted in the taiko-node-dashboard-docker using docker to either run the dashboard standalone or spin up the dashboard alongside a node.

Development

Development steps

Pre-installation

Make sure you have node and npm installed on your system. You can do it by:

brew install node brew install npm

Installation

To use the taiko-node-dashboard you need have installed pnpm.

Development Usage

You can start the application with the following lines:

pnpm install

pnpm start

You'll probably also want to start the systeminformation application with:

cd systeminformation

node server.js

About

The Taiko node dashboard is aimed to provide quick and digestible insights into your Taiko node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 84.2%
  • TypeScript 6.3%
  • JavaScript 5.7%
  • Dockerfile 1.7%
  • CSS 1.1%
  • HTML 1.0%