Skip to content

Commit

Permalink
fix(website): remove duplicate and miswording on run a taiko node docs (
Browse files Browse the repository at this point in the history
#14791)

Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
a-warhol001 and dionysuzx authored Sep 25, 2023
1 parent 4f5482d commit 9cc10ba
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions packages/website/pages/docs/guides/run-a-taiko-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,15 @@ sudo docker compose up -d

A node dashboard will be running on `localhost` on the `GRAFANA_PORT` you set in your `.env` file, which defaults to `3001`: [http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview](http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview).

You can verify that your node is syncing by checking the **chain head** on the dashboard and seeing that it is increasing. Once the chain head matches what's on the block explorer, you are fully synced.
<br />
<Image
src="/images/guides/node-dashboard.png"
alt="taiko node dashboard"
width={2539}
height={1106}
/>

You can verify that your node is syncing by checking that the **chain head** on the dashboard (see above) is increasing. Once the chain head matches what's on the block explorer, you are fully synced.

#### Check with curl commands

Expand Down Expand Up @@ -188,19 +196,6 @@ curl http://localhost:8547 \
sudo docker compose logs -f
```

If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page.

<br />

<Image
src="/images/guides/node-dashboard.png"
alt="taiko node dashboard"
width={2539}
height={1106}
/>

If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page.

### Operate the node

You can find all node operations (eg. stop node, update node, remove node, view logs) in the [Node runner manual](/docs/manuals/node-runner-manual).
Expand Down

0 comments on commit 9cc10ba

Please sign in to comment.