mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 02:07:57 +00:00
a76e4bf0ed
This synchronizes the template to the stable2412 branch. --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com> Co-authored-by: Iulian Barbu <iulian.barbu@parity.io>
16 lines
605 B
Markdown
16 lines
605 B
Markdown
# 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](https://github.com/paritytech/polkadot-sdk), and a [template for a custom pallet](../pallets/README.md).
|
||
|
||
👉 Learn more about FRAME
|
||
[here](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime/index.html).
|
||
|
||
|
||
## Release
|
||
|
||
Polkadot SDK Stable 2412
|