Files
pezkuwichain 2094b221cc sync: pezkuwi-sdk templates/minimal ile senkronize edildi
- node/src/* guncelendi
- runtime/src/lib.rs guncelendi (pezsp_keyring import fix)
- pezpallets/template/src/* guncelendi
2025-12-25 11:24:40 +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 pallet.

👉 Learn more about PEZFRAME here.