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
..

Pallets

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

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

👉 Learn more about FRAME here.

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