Files
pezkuwi-sdk/templates/teyrchain/pezpallets
pezkuwichain 479010094e fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +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.