mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 15:27:21 +00:00
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>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user