Skip to content

Commit

Permalink
Add Start Building Page to General (#5177)
Browse files Browse the repository at this point in the history
* added new page

* added text

* added banner

* minor edits

* Grammar check

* minor edit

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* Update docs/general/start-building.md

Co-authored-by: Radha <[email protected]>

* minor addition

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Sep 12, 2023
1 parent e1f7765 commit 67ef7a7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/general/start-building.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: start-building
title: Build on Polkadot
sidebar_label: Build on Polkadot
description: Start Building with the Polkadot SDK.
slug: ../start-building
---

## Request of Commit (RFC)

With the release of [Polkadot runtime 1.0](./polkadot-v1.md), Polkadot's codebase is in the hands of
the community. Anyone can open a
[Request For Commit (RFC)](https://github.com/polkadot-fellows/RFCs) to propose and discuss changes
to the network protocol, runtime logic, and public interfaces, and other technical matters.

To submit an RFC, follow the instructions [here](https://github.com/polkadot-fellows/RFCs#process).

RFCs can only be approved and merged by III-Dan members of
[Polkadot Technical Fellowship](../learn/learn-polkadot-opengov.md#the-technical-fellowship) via
on-chain voting mechanism. Definitive approval or rejection is done by issuing the
`RFC_APPROVE(xxxx, h)` or `RFC_REJECT(xxxx, h)` on-chain remark from the Fellowship origin on the
Polkadot Collectives parachain, where `xxxx` is the RFC number and `h` is the hash of the raw
proposal text.

For example, the first RFC [RFC-1](https://github.com/polkadot-fellows/RFCs/pull/1) about Agile
Coretime was proposed by Gavin Wood on the 30th of June 2023 and merged on the 12th of August 2023.
Subsequently, the
[code for the Agile Coretime Broker pallet](https://github.com/paritytech/substrate/pull/14568) was
added to the Substrate FRAME system.

## Polkadot SDK

:::info

For more information about building on Polkadot, see [the Builder's Guide](../build/build-index.md).

:::

The [Polkadot Software Development Kit (SDK)](https://github.com/paritytech/polkadot-sdk) includes
all the tools needed to build on the Polkadot ecosystem. The main repositories include:

- Implementation of a node for the Polkadot network in Rust, using the Substrate framework
- The [Substrate SDK](https://substrate.io/)
- [Cumulus - Parachain Development Kit](../build/build-parachains.md#cumulus)

The programming language used for development is [Rust](https://www.rust-lang.org/).
3 changes: 3 additions & 0 deletions docs/learn/learn-polkadot-opengov.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ established in 2022. In Polkadot OpenGov, this fellowship replaces the
[Technical Committee](./learn-governance.md#technical-committee) in Governance v1, and will serve
both the Polkadot and Kusama networks.

For more information about the Fellowship see the
[Fellowship Manifesto](https://github.com/polkadot-fellows/manifesto/blob/0c3df46d76625980b8b48742cb86f4d8fa6dda8d/manifesto.pdf).

:::

The Technical Fellowship is a mostly self-governing expert body with a primary goal of representing
Expand Down
1 change: 1 addition & 0 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = {
"general/dev-heroes",
],
},
"general/start-building",
"general/research",
"general/metadata",
"general/faq",
Expand Down

0 comments on commit 67ef7a7

Please sign in to comment.