Files
pezkuwi-sdk/templates/teyrchain/pezpallets
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-23 09:37:11 +03:00

Pallets

A pezpallet is a unit of encapsulated logic, with a clearly defined responsibility. A pezpallet is analogous to a module in the runtime.

💁 In this template, there is a simple custom pezpallet based on the FRAME framework.

👉 Learn more about FRAME the FRAME documentation.

🧑‍🏫 Please refer to this guide to learn how to write a basic pezpallet.