Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

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

Closed
kianenigma opened this issue Jun 24, 2023 · 3 comments
Closed

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

kianenigma opened this issue Jun 24, 2023 · 3 comments
Labels
core-engineering Issue should preferably be spearheaded by a subject-matter-expert.

Comments

@kianenigma
Copy link
Collaborator

kianenigma commented Jun 24, 2023

  • Polkadot
  • Substrate
  • FRAME
  • Cumulus

Idea from the Network State book.

@kianenigma kianenigma added the core-engineering Issue should preferably be spearheaded by a subject-matter-expert. label Jun 24, 2023
@sacha-l
Copy link

sacha-l commented Jun 27, 2023

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
Copy link
Collaborator Author

Substrate one is somewhat done in paritytech/substrate#14581

@kianenigma
Copy link
Collaborator Author

Is being done as a part of #25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core-engineering Issue should preferably be spearheaded by a subject-matter-expert.
Projects
None yet
Development

No branches or pull requests

2 participants