Files
pez-minimal-template/runtime/README.md
T
paritytech-polkadotsdk-templatebot[bot] cf2536b751 Update the minimal template to stable2503 (#23)
This synchronizes the template to the stable2503 branch.

Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
2025-04-17 13:31:07 +03:00

566 B
Raw Blame History

Runtime

The runtime (in other words, a state transition function), refers to the core logic of the blockchain that is responsible for validating blocks and executing the state changes they define.

💁 The runtime in this template is constructed using ready-made FRAME pallets that ship with Polkadot SDK, and a template for a custom pallet.

👉 Learn more about FRAME here.