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

dojonode/taiko-node-dashboard-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taiko node dashboard using docker

Docker Pulls

This repository is a dockerized version of the taiko-node-dashboard.

Cover_Image

Dashboard only

If you are already running the node and want to only spin up the taiko node dashboard follow these steps:

  1. git clone https://github.com/dojonode/taiko-node-dashboard-docker
  2. cd taiko-node-dashboard-docker
  3. docker compose up
  4. visit http://localhost:7744 or http://dashboard.dojonode.xyz to access the dashboard
  5. click on the 📡 button and change localhost to the IP address of the node's machine

Provers and proposers

  1. Fill in the ethereum address(es) used for the node in the settings (📡 button) to view all the metrics

Integrate the dashboard into the node

Append the following code snippet to the docker-compose.yml of the taiko node to combine the two applications.

taiko-node-dashboard:
  image: wolfderechter/taiko-node-dashboard:latest
  ports:
    - "7744:80"
taiko-node-systeminfo:
  image: wolfderechter/dojonode-systeminformation:latest
  ports:
    - "3009:3009"

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