mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 21:47:58 +00:00
db59c2ffb6
* change runtime template, added generic-runtime documentation
34 lines
759 B
Plaintext
34 lines
759 B
Plaintext
:source-highlighter: highlight.js
|
|
:highlightjs-languages: rust
|
|
:github-icon: pass:[<svg class="icon"><use href="#github-icon"/></svg>]
|
|
= Runtime Name
|
|
|
|
== Purpose
|
|
|
|
Freeform description of runtime purpose
|
|
|
|
== Configuration
|
|
|
|
// List of pallets with their config description
|
|
|
|
=== Pallet Category
|
|
[%collapsible]
|
|
====
|
|
===== `++pallet_name++` link:https://google.com[{github-icon},role=heading-link]
|
|
Freeform description of the reason why this pallet was added.
|
|
|
|
Freeform description may include important configuration parameters as:
|
|
impl pallet_name::Config for Runtime {
|
|
type Config1 = Type1;
|
|
type Config2 = Type2;
|
|
}
|
|
```
|
|
|
|
* Description of `Type1` if needed
|
|
* Description of `Type2` if needed
|
|
====
|
|
|
|
|
|
=== Important Config Changes Specific to This Template
|
|
|