Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 27, 2025
1 parent ccfdabd commit 35b1d3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs-site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default defineConfig({
{ label: "Block states", link: "/taiko-alethia-protocol/block-states" },
{ label: "Bridging", link: "/taiko-alethia-protocol/bridging" },
{ label: "Economics", link: "/taiko-alethia-protocol/economics" },
{ label: "Taiko nodes", link: "/taiko-alethia-protocol/taiko-nodes" },
{ label: "Taiko alethia nodes", link: "/taiko-alethia-protocol/taiko-alethia-nodes" },
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Taiko nodes
description: Core concept page for "Taiko nodes".
title: Taiko alethia nodes
description: Core concept page for Taiko Alethia nodes.
---

Taiko nodes are minimally modified Ethereum [execution clients](https://ethereum.org/en/glossary/#execution-client) that consist of two parts:
Taiko Alethia nodes are minimally modified Ethereum [execution clients](https://ethereum.org/en/glossary/#execution-client) that consist of two parts:

- [taiko-geth](https://github.com/taikoxyz/taiko-geth)
- [taiko-client](https://github.com/taikoxyz/taiko-client)

You can think of it like an Ethereum mainnet node, except replacing the consensus client with `taiko-client`. `taiko-client` then drives `taiko-geth` over the [Engine API](https://github.com/ethereum/execution-apis/tree/main/src/engine). This is a modular design that allows easily plugging in other execution clients.

![Taiko nodes diagram](~/assets/content/docs/taiko-alethia-protocol/taiko-nodes.png)
![Taiko Alethia nodes diagram](~/assets/content/docs/taiko-alethia-protocol/taiko-nodes.png)

## taiko-geth

Expand Down

0 comments on commit 35b1d3e

Please sign in to comment.