Complete terminology rebrand to Pezkuwi ecosystem

Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe.

Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team.

Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
This commit is contained in:
2025-12-22 09:03:43 +03:00
parent a52909422a
commit d839cbd92b
180 changed files with 3537 additions and 2889 deletions
+5 -5
View File
@@ -9,16 +9,16 @@ Freeform description of runtime purpose
== Configuration
// List of pallets with their config description
// List of pezpallets with their config description
=== Pallet Category
=== Pezpallet Category
[%collapsible]
====
===== `++pallet_name++` link:https://google.com[{github-icon},role=heading-link]
Freeform description of the reason why this pallet was added.
===== `++pezpallet_name++` link:https://google.com[{github-icon},role=heading-link]
Freeform description of the reason why this pezpallet was added.
Freeform description may include important configuration parameters as:
impl pallet_name::Config for Runtime {
impl pezpallet_name::Config for Runtime {
type Config1 = Type1;
type Config2 = Type2;
}