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 562 B

Pallets

️ A pallet is a unit of encapsulated logic, with a clearly defined responsibility. A pallet is analogous to a module in the runtime.

💁 In this template, there is a simple custom pallet based on the FRAME framework.

👉 Learn more about FRAME here.

🧑‍🏫 Please refer to this guide to learn how to write a basic pallet.