Files
pezkuwi-subxt/parachains/README.md
T
joe petrowski c492f9e603 Runtime Documentation (#1282)
* add docs to parachain runtimes

* update and add top readme

* clarify docs

* review plus licenses

* Update parachains/README.md

* Update parachains/runtimes/assets/README.md

Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>

* Update parachains/runtimes/assets/README.md

Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>

Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
2022-05-24 12:58:39 +02:00

23 lines
860 B
Markdown

# Parachains
This directory is the home of Parity-developed parachain runtimes. This directory is _runtime
focused_, and does not include builds of parachain _nodes_.
The general internal structure is:
- `chain-specs`: Chain specs for the runtimes contained in its sibling dir `runtimes`.
- `common`: Common configurations, `impl`s, etc. used by several parachain runtimes.
- `pallets`: FRAME pallets that are specific to parachains.
- `runtimes`: The entry point for parachain runtimes.
## Common Good Parachains
The `runtimes` directory includes many, but is not limited to,
[common good parachains](https://wiki.polkadot.network/docs/learn-common-goods). Likewise, not all
common good parachains are in this repo.
## Releases
The project maintainers generally try to release a set of parachain runtimes for each Polkadot
Relay Chain runtime release.