Crate developer_hub
source ·Expand description
Developer Hub
The Polkadot SDK Developer Hub.
This crate is a minimal, but always-accurate source of information for those wishing to build on the Polkadot SDK.
Work in Progress: This crate is under heavy development. Expect content to be moved and changed. Do not use links to this crate yet. See
meta_contributingfor more information.
Getting Started
We suggest the following reading sequence:
- Start by learning about the structure of the
polkadot_sdkand its context. - Then, head over the
tutorialto get more hand-on practice. - Whilst reading the tutorial, you might find back-links to
reference_docs. - Finally, https://paritytech.github.io is the parent website of this crate that contains the list of further tools related to the Polkadot SDK.
Information Architecture
This section paints a picture over the high-level information architecture of this crate.
flowchart
parity[paritytech.github.io] --> devhub[developer_hub]
devhub --> polkadot_sdk
devhub --> reference_docs
devhub --> tutorial
polkadot_sdk --> substrate
polkadot_sdk --> frame
polkadot_sdk --> cumulus
polkadot_sdk --> polkadot
polkadot_sdk --> xcm
Modules
- Meta information about this crate, how it is built, what principles dictates its evolution and how one can contribute to it.
- An introduction to the Polkadot SDK. Read this module to learn about the structure of the SDK, the tools that are provided as a part of it, and to gain a high level understanding of each.
- Reference documents covering in-depth topics across the Polkadot SDK. It is suggested to read these on-demand, while you are going through the
tutorialor other content. - The main polkadot-sdk tutorial, targeted toward those who wish to build parachains FRAME and Cumulus.