Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* [Hiero Rust SDK](https://github.com/hiero-ledger/hiero-sdk-rust)
* [Hiero Swift SDKs](https://github.com/hiero-ledger/hiero-sdk-swift)
* [Hiero Block Node](block-node/block-node-home.md)
* [Block Node Introduction](block-node/block-node/block-node-introduction.md)
* [Block Node Overview](block-node/block-node/block-node-overview.md)
* [Block Node Types and Tiers](block-node/Block-Node-Types.md)
* [Architecture Overview](block-node/block-node/architecture/architecture-overview.md)
Expand Down
1 change: 1 addition & 0 deletions block-node/block-node-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Hiero Block Nodes form the decentralised data layer of a Hiero network — receiving, verifying, storing, and serving the block stream produced by Consensus Nodes.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody>
<tr><td><strong>Block Node Introduction</strong></td><td>New to Block Nodes? Start here - what a Block Node is, who it is for, and where to go next based on your role.</td><td><a href="block-node/block-node-introduction.md">block-node-introduction.md</a></td></tr>
<tr><td><strong>Block Node Overview</strong></td><td>What a Block Node is, how it fits in the Hiero network, tiers, deployment profiles, and operator responsibilities.</td><td><a href="block-node/block-node-overview.md">block-node-overview.md</a></td></tr>
<tr><td><strong>Block Node Types and Tiers</strong></td><td>Full taxonomy of Block Node types: Rolling-History, Full Node, Light Node, Private-Cloud, Archive Server, and Community Node.</td><td><a href="Block-Node-Types.md">Block-Node-Types.md</a></td></tr>
<tr><td><strong>Deployment</strong></td><td>Hardware requirements, Solo Provisioner setup, Kubernetes deployment, and local development quickstart.</td><td><a href="deployment.md">deployment.md</a></td></tr>
Expand Down
Loading