Files
pezkuwi-sdk/templates/minimal/runtime
pezkuwichain 8c4fcb3288 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00
..
2025-12-19 23:30:43 +03:00
2025-12-23 09:37:11 +03:00

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 Pezkuwi SDK, and a template for a custom pezpallet.

👉 Learn more about FRAME the FRAME documentation.