Skip to content
Snippets Groups Projects
  • Przemek Rzad's avatar
    Revamp the Readme of the parachain template (#4713) · 497d64ef
    Przemek Rzad authored
    - Addresses
    [this](https://github.com/paritytech/polkadot-sdk/issues/3155#issuecomment-2126934939).
    - Revamps the Readme, very similar to [the minimal
    template](https://github.com/paritytech/polkadot-sdk/pull/4649).
    - Changed `polkadot-launch` to `zombienet`, with instructions how to run
    it.
    - See the [rendered
    version](https://github.com/paritytech/polkadot-sdk/blob/rzadp/parachain-template-readme/templates/parachain/README.md).
    Unverified
    497d64ef
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 565 B

Runtime

️ The runtime (in other words, a state transition function), refers to the core logic of the parachain that is responsible for validating blocks and executing the state changes they define.

💁 The runtime in this template is constructed using ready-made FRAME pallets that ship with Polkadot SDK, and a template for a custom pallet.

👉 Learn more about FRAME here.