polkadot-developers / substrate-docs

Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
https://docs.substrate.io
BSD Zero Clause License
130 stars 273 forks source link

DRAFT: Doc plan v2 #1897

Open lisa-parity opened 1 year ago

lisa-parity commented 1 year ago

Substrate Builders Handbook

About this guide

The Substrate Builders Handbook is a simplified entry point that describes how to build application-optimized blockchain using the Substrate and FRAME developer tools. In this guide, you’ll learn how to build an application first as a standalone blockchain using a node template, then as a parallel chain that can connect to a relay chain using a parachain template.

Intended audience

This handbook assumes that you are a new developer without any prior experience working with Substrate or FRAME, but that you are aware that these tools exist. This guide touches on some concepts related to Polkadot—like why you would convert your standalone chain to a parachain—but it isn’t intended to teach you about Polkadot or how to manage your application after you’ve built and tested it. Instead, you’ll see links to other resources where applicable.

What’s in this guide

The Substrate Builders Handbook provides a road map to help you learn how to build applications using Substrate and FRAME. It is intended to supplement other documentation and resources such as the Polkadot wiki and the Hacker’s Guide to the Polkadot Galaxy. It includes both conceptual and procedural information, but the goal is to keep things simple.

Where to find more

There are many other sources of information—including videos, presentations, and coding demonstrations—to complement the information in this handbook.

Substrate at a glance

Building applications at a glance

Learn

Install

Build

Test

Deploy

har00ga commented 1 year ago

Think this ticket is related to #1906? If not though let me know