Quickly get started and spin up the taiko node + dashboard to monitor the node with these steps:
git clone https://github.com/wolfderechter/taiko-node-dashboard-docker
cd taiko-node-dashboard-docker
cp .env.sample .env
and fill outL1_ENDPOINT_HTTP
andL1_ENDPOINT_WS
docker compose up
- visit localhost:7744 to access the dashboard
Proposers and provers
- In the .env file make sure to change the
VITE_ENABLE_PROVER
andVITE_ENABLE_PROPOSER
variables - Fill in the ethereum address(es) used for the node in the settings to view all the metrics
If you are already running the node and want to only spin up the taiko node dashboard follow these steps:
git clone --single-branch --branch dashboard-only https://github.com/wolfderechter/taiko-node-dashboard-docker
cd taiko-node-dashboard-docker
docker compose up
- visit localhost:7744 to access the dashboard
Provers and proposers
- Fill in the ethereum address(es) used for the node in the settings to view all the metrics