paritytech / polkadot-sdk-docs

_THE_ Polkadot SDK Tutorial
19 stars 0 forks source link

A 1 sentence, 1 paragraph, 1 page description of: #19

Closed kianenigma closed 10 months ago

kianenigma commented 1 year ago

Idea from the Network State book.

sacha-l commented 1 year ago

Here's my take (taken from this resource I'm creating for use cases for non-fungibles on Polkadot):

App-chains on Polkadot are built with Substrate — a blockchain SDK built in Rust. More colloquially called Parachains, they contain custom low-level modules that when combined make up the overall business logic and services provided by the chain.

Substrate has a framework to make it easy to create such modules, called FRAME. You can think of it like this: Substrate is to FRAME as NodeJS is to React.💡

In FRAME, these modules are referred to as pallets and the amalgamation of pallets (a.k.a the business logic of a chain) is referred to as the app-chain's runtime.

kianenigma commented 1 year ago

Substrate one is somewhat done in https://github.com/paritytech/substrate/pull/14581

kianenigma commented 10 months ago

Is being done as a part of https://github.com/paritytech/polkadot-sdk-docs/issues/25