Initial teyrchain template from Pezkuwi SDK

This commit is contained in:
2025-12-06 09:57:50 +03:00
commit 0b36245b1b
39 changed files with 4120 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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](https://github.com/pezkuwichain/pezkuwi-sdk), and a [template for a custom pallet](../pallets/README.md).
👉 Learn more about FRAME
[here](https://docs.pezkuwichain.io/sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime/index.html).