templates/parachain: add polkadot wiki reference in README #6372
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a reference at the end towards a guide for deploying a parachain. The guide is on Polkadot Wiki, and now it refers to
polkadot-parachain
. Pending on some wiki updates tracked under: w3f/polkadot-wiki#5928.Integration
N/A, just better linking of resources starting from the templates for everyone.
Review Notes
The Polkadot Wiki guide refers to
polkadot-parachain
binary for template deployment, while the parachain template README refers topolkadot-omni-node
for regular development.Omni node docs present a unified user journey based on
polkadot-omni-node
: https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/reference_docs/omni_node/index.html#omnitools-user-journey. No mention ofpolkadot-parachain
, or existing docs to clarify its scope. At the same time there is no need to do it, sincepolkadot-parachain
is more like an example ofpolkadot-omni-node-lib
usage, whilepolkadot-omni-node-bin
will be the go to node that should be able to wrap around most of the runtimes (and if not, extended to do so for the reasonable use cases).