Files
pez-minimal-template/pezpallets
pezkuwichain 01258776ab Refactor project structure: replace template pallet with pezpallets
- 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
2025-12-25 05:33:37 +03:00
..

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.