Files
pez-minimal-template/node
paritytech-polkadotsdk-templatebot[bot] dbc4be1c1f Update the minimal template to stable2412-4 (#22)
This synchronizes the template to the stable2412 branch.

---------

Signed-off-by: Iulian Barbu <iulian@shuttle.rs>
Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
Co-authored-by: Iulian Barbu <iulian@shuttle.rs>
2025-04-07 10:41:05 +03:00
..

Node

A node - in Polkadot - is a binary executable, whose primary purpose is to execute the runtime.

🔗 It communicates with other nodes in the network, and aims for consensus among them.

⚙️ It acts as a remote procedure call (RPC) server, allowing interaction with the blockchain.

👉 Learn more about the architecture, and a difference between a node and a runtime here.

👇 Here are the most important files in this node template:

  • chain_spec.rs: A chain specification is a source code file that defines the chain's initial (genesis) state.
  • service.rs: This file defines the node implementation. It's a place to configure consensus-related topics. In favor of minimalism, this template has no consensus configured.

Release

Polkadot SDK Stable 2412