-
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`
Polkadot SDK
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
-
🦀 rust-docs- Introduction to each component of the Polkadot SDK: Substrate, FRAME, Cumulus, and XCM
- Guides, namely how to build your first FRAME pallet.
- Templates for starting a new project.
- Other Resources:
🚀 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.