mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
d839cbd92b
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.
35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
* General Guides
|
|
** xref:guides/quick_start.adoc[Quick Start]
|
|
** xref:guides/weights_fees.adoc[Weights & Fees]
|
|
** xref:guides/async_backing.adoc[Async Backing]
|
|
** xref:guides/hrmp_channels.adoc[Sending XCM between Parachains]
|
|
** xref:guides/pezpallet_abstractions.adoc[OpenZeppelin Pezpallet Abstractions]
|
|
** xref:guides/pay_dot_as_a_fee.adoc[Pay DOT as a Fee]
|
|
* EVM Template Guides
|
|
** xref:guides/contract_migration.adoc[Contract Migration]
|
|
** xref:guides/predeployed_contracts.adoc[Predeployed Contracts]
|
|
** xref:guides/testing_with_zombienet.adoc[Testing with Zombienet]
|
|
** xref:guides/rpc_differences.adoc[RPC Differences]
|
|
* Runtimes
|
|
** xref:runtimes/generic.adoc[Generic Runtime]
|
|
** xref:runtimes/evm.adoc[EVM Runtime]
|
|
* Runtime Descriptions
|
|
** xref:runtime/xcm_executor.adoc[XCM Executor]
|
|
* Pezpallet Specifications
|
|
** xref:pezpallets/aura_ext.adoc[cumulus_pezpallet_aura_ext]
|
|
** xref:pezpallets/parachain-system.adoc[cumulus_pezpallet_parachain_system]
|
|
** xref:pezpallets/xcmp-queue.adoc[cumulus_pezpallet_xcmp_queue]
|
|
** xref:pezpallets/assets.adoc[pezpallet_assets]
|
|
** xref:pezpallets/balances.adoc[pezpallet_balances]
|
|
** xref:pezpallets/collator-selection.adoc[pezpallet_collator_selection]
|
|
** xref:pezpallets/message-queue.adoc[pezpallet_message_queue]
|
|
** xref:pezpallets/multisig.adoc[pezpallet_multisig]
|
|
** xref:pezpallets/proxy.adoc[pezpallet_proxy]
|
|
** xref:pezpallets/transaction_payment.adoc[pezpallet_transaction_payment]
|
|
** xref:pezpallets/treasury.adoc[pezpallet_treasury]
|
|
** xref:pezpallets/xcm.adoc[pezpallet_xcm]
|
|
* Misc
|
|
** xref:misc/multisig-accounts.adoc[Multisig Accounts]
|
|
* Appendix
|
|
** xref:glossary.adoc[Glossary]
|