mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-12 17:01:02 +00:00
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:
@@ -2,7 +2,7 @@
|
||||
:highlightjs-languages: rust
|
||||
:github-icon: pass:[<svg class="icon"><use href="#github-icon"/></svg>]
|
||||
|
||||
= Pallet Name
|
||||
= Pezpallet Name
|
||||
|
||||
Branch/Release: `release-polkadot-v{x.x.x}`
|
||||
|
||||
@@ -10,11 +10,11 @@ Branch/Release: `release-polkadot-v{x.x.x}`
|
||||
|
||||
== Source Code link:https://github.com[{github-icon},role=heading-link]
|
||||
|
||||
This is a freeform description of the tasks that this pallet fulfills
|
||||
This is a freeform description of the tasks that this pezpallet fulfills
|
||||
|
||||
== Config
|
||||
|
||||
* Pallet-specific configs
|
||||
* Pezpallet-specific configs
|
||||
** `ConfigType` -- description of config. Include the possible values if there is a set of them.
|
||||
* Common configs
|
||||
** `ConfigType` -- description of config, if needed
|
||||
@@ -57,4 +57,4 @@ TIP: This is how you should give some useful advice
|
||||
|
||||
== Important Mentions and FAQ's
|
||||
|
||||
Here you may put a freeform information about any aspect of the pallet.
|
||||
Here you may put a freeform information about any aspect of the pezpallet.
|
||||
Vendored
+5
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user