mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 05:38:00 +00:00
01258776ab
- Remove template pallet (pallets/template/) - Add new pezpallets module - Update Cargo.toml and Cargo.lock with new dependencies - Update node and runtime configurations - Update README documentation
572 B
572 B
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.