mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-08-08 14:45:49 +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
Pallets
ℹ️ A pallet 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 PEZFRAME framework.
👉 Learn more about FRAME here.
🧑🏫 Please refer to this guide to learn how to write a basic pallet.