Files
pezkuwi-sdk/templates/minimal/pezpallets
pezkuwichain ea341084f0 fix: comprehensive feature propagation and dep:serde fixes
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates)
- Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features
- Regenerate umbrella crate with proper feature propagation
- Format all TOML files with taplo

This resolves check-umbrella and check-zepter CI failures.
2026-01-04 20:37:14 +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.