Skip to content
Snippets Groups Projects
  • Kian Paimani's avatar
    Update the pallet guide in `sdk-docs` (#4735) · eca1052e
    Kian Paimani authored
    After using this tutorial in PBA, there was a few areas to improve it.
    Moreover, I have:
    
    - Improve `your_first_pallet`, link it in README, improve the parent
    `guide` section.
    - Updated the templates page, in light of recent efforts related to in
    https://github.com/paritytech/polkadot-sdk/issues/3155
    - Added small ref docs about metadata, completed the one about native
    runtime, added one about host functions.
    - Remove a lot of unfinished stuff from sdk-docs
    - update diagram for `Hooks`
    eca1052e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 4.60 KiB

SDK Logo SDK Logo

Polkadot SDK

GitHub stars  GitHub forks

StackExchange  GitHub contributors  GitHub commit activity

GitHub lines of code   GitHub last commit

The Polkadot SDK repository provides all the components needed to start building on the Polkadot network, a multi-chain blockchain platform that enables different blockchains to interoperate and share information in a secure and scalable way.

📚 Documentation

🚀 Releases

[!NOTE] Our release process is still Work-In-Progress and may not yet reflect the aspired outline here.

The Polkadot-SDK has two release channels: stable and nightly. Production software is advised to only use stable. nightly is meant for tinkerers to try out the latest features. The detailed release process is described in RELEASE.md.

You can use psvm to manage your Polkadot-SDK dependency versions in downstream projects.

😌 Stable

stable releases have a support duration of three months. In this period, the release will not have any breaking changes. It will receive bug fixes, security fixes, performance fixes and new non-breaking features on a two week cadence.

🤠 Nightly