89dc7298e8
- pezstaging-node-cli: use direct workspace deps instead of umbrella - templates/teyrchain/runtime: xcm->pezstaging-xcm, teyrchain-info->pezstaging-teyrchain-info - yet-another-teyrchain/runtime: same xcm and teyrchain-info fixes
Runtime
ℹ️ The runtime (in other words, a state transition function), refers to the core logic of the teyrchain 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.