mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 10:37:56 +00:00
a70222c9e0
* Minor update to Readme - Statemint section Common good -> System * update parchains readme * Update parachains/README.md Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de>
24 lines
927 B
Markdown
24 lines
927 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.
|
|
- `integration-tests`: Integration tests to test parachain interactions via XCM.
|
|
- `pallets`: FRAME pallets that are specific to parachains.
|
|
- `runtimes`: The entry point for parachain runtimes.
|
|
|
|
## System Parachains
|
|
|
|
The `runtimes` directory includes many, but is not limited to,
|
|
[system parachains](https://wiki.polkadot.network/docs/learn-system-chains). Likewise, not all
|
|
system 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.
|