mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-28 06:17:57 +00:00
9b9845920c
* typos and broken links * evm runtime docs * name change in code * generic runtime description updated, and typos * smart contract with zombienet * quick start exported into another document and further formatting
17 lines
893 B
Plaintext
17 lines
893 B
Plaintext
:source-highlighter: highlight.js
|
|
:highlightjs-languages: bash
|
|
|
|
= Polkadot Parachain Runtimes
|
|
|
|
A collection of runtimes that describe parachains with different purposes.
|
|
|
|
=== Runtimes
|
|
* xref:guides/runtimes/generic.adoc[Generic Runtime Template]
|
|
* xref:runtimes/evm.adoc[EVM Runtime Template]
|
|
|
|
|
|
=== A Couple of Good Starting Places
|
|
* xref:guides/quick_start.adoc[Quick Start]: a generic parachain runtime that works out of the box. It has all the must have features, and allows further customization based on your project's needs. Generic Runtime Template also serves as the base for our other runtime templates.
|
|
* xref:guides/testing_with_zombienet.adoc[Testing with Zombienet]: a more opinionated parachain runtime template that maximizes Ethereum compatibility by using `AccountId20` and configures a local EVM instance. You can easily migrate/deploy Solidity Smart Contracts to this one.
|
|
|