mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 06:47:55 +00:00
d953d959e6
* generic template implemented * support pay do as a fee * update locks with latest fixes * docs & tests * fix clippy * fix fmt
35 lines
1.5 KiB
Plaintext
35 lines
1.5 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/pallet_abstractions.adoc[OpenZeppelin Pallet 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]
|
|
* Pallet Specifications
|
|
** xref:pallets/aura_ext.adoc[cumulus_pallet_aura_ext]
|
|
** xref:pallets/parachain-system.adoc[cumulus_pallet_parachain_system]
|
|
** xref:pallets/xcmp-queue.adoc[cumulus_pallet_xcmp_queue]
|
|
** xref:pallets/assets.adoc[pallet_assets]
|
|
** xref:pallets/balances.adoc[pallet_balances]
|
|
** xref:pallets/collator-selection.adoc[pallet_collator_selection]
|
|
** xref:pallets/message-queue.adoc[pallet_message_queue]
|
|
** xref:pallets/multisig.adoc[pallet_multisig]
|
|
** xref:pallets/proxy.adoc[pallet_proxy]
|
|
** xref:pallets/transaction_payment.adoc[pallet_transaction_payment]
|
|
** xref:pallets/treasury.adoc[pallet_treasury]
|
|
** xref:pallets/xcm.adoc[pallet_xcm]
|
|
* Misc
|
|
** xref:misc/multisig-accounts.adoc[Multisig Accounts]
|
|
* Appendix
|
|
** xref:glossary.adoc[Glossary]
|