From f5032d49c97a648b2e1fec9565a7ad3a45553cc5 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:29:00 -0700 Subject: [PATCH 1/4] README for template updated - fixreference links - explicitly mention downstream and upstream templates, to avoid confusion on where issues and PRs should land (in Cumulus). --- parachain-template/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/parachain-template/README.md b/parachain-template/README.md index 6dcc70c5382..27e73d05947 100644 --- a/parachain-template/README.md +++ b/parachain-template/README.md @@ -9,14 +9,12 @@ modified to include dependencies required for registering this node as a **parat The stand-alone version of this template is hosted on the [Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/) -for each release of Polkadot. It is generated directly to the upstream -[Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template) -at each release branch using the -[Substrate Template Generator](https://github.com/paritytech/substrate-template-generator/). +for each release of Polkadot. +This is generated directly at each Polkadot release branch form the [Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template) upstrea +Please report issues and make PRs upstream to [Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template). -👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains), and -parathreads [here](https://wiki.polkadot.network/docs/learn-parathreads). +👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). 🧙 Learn about how to use this template and run your own parachain testnet for it in the -[Devhub Cumulus Tutorial](https://docs.substrate.io/tutorials/v3/cumulus/start-relay/). \ No newline at end of file +[Devhub Cumulus Tutorial](https://docs.substrate.io/tutorials/connect-relay-and-parachains/). From 99c1ec388ead7948495c8bfa67a2cd6a8438caa9 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:42:46 -0700 Subject: [PATCH 2/4] Update README.md --- parachain-template/README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/parachain-template/README.md b/parachain-template/README.md index 27e73d05947..85f0b2c26fb 100644 --- a/parachain-template/README.md +++ b/parachain-template/README.md @@ -1,20 +1,16 @@ -# Substrate Cumulus Parachain Template +# Substrate Parachain Template -A new [Cumulus](https://github.com/paritytech/cumulus/)-based Substrate node, ready for hacking ☁️.. +A new [Cumulus](https://github.com/paritytech/cumulus/)-based Parachain node, ready for hacking 🚀 -This project is originally a fork of the -[Substrate Node Template](https://github.com/substrate-developer-hub/substrate-node-template) -modified to include dependencies required for registering this node as a **parathread** or -**parachain** to a **relay chain**. +This project is originally a fork of the [Substrate Node Template](https://github.com/paritytech/substrate/tree/master/bin/node-template) modified to include dependencies required for registering this node as a **parachain** to a **relay chain**. -The stand-alone version of this template is hosted on the -[Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/) -for each release of Polkadot. -This is generated directly at each Polkadot release branch form the [Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template) upstrea -Please report issues and make PRs upstream to [Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template). +The stand-alone version of this template is hosted on the [Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/) for each release of Polkadot. +This is generated directly at each `polkadot-vX.X.X` release branch from the [Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template) upstream. -👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). +It is usually best to to use the stand-alone version to start a new project. +All bugs, suggestions, and feature requests should be made upstream to [Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template). +👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). 🧙 Learn about how to use this template and run your own parachain testnet for it in the [Devhub Cumulus Tutorial](https://docs.substrate.io/tutorials/connect-relay-and-parachains/). From 1ba67058575f7ed99cfdc5e65614e36b75351183 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:20:08 -0700 Subject: [PATCH 3/4] Update parachain-template/README.md --- parachain-template/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/parachain-template/README.md b/parachain-template/README.md index 85f0b2c26fb..60d7534bdff 100644 --- a/parachain-template/README.md +++ b/parachain-template/README.md @@ -2,7 +2,6 @@ A new [Cumulus](https://github.com/paritytech/cumulus/)-based Parachain node, ready for hacking 🚀 -This project is originally a fork of the [Substrate Node Template](https://github.com/paritytech/substrate/tree/master/bin/node-template) modified to include dependencies required for registering this node as a **parachain** to a **relay chain**. The stand-alone version of this template is hosted on the [Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/) for each release of Polkadot. This is generated directly at each `polkadot-vX.X.X` release branch from the [Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template) upstream. From 2908a27c4d7936b664457a5378b6bb48758fa6bd Mon Sep 17 00:00:00 2001 From: Sacha Lansky Date: Tue, 30 May 2023 11:30:24 +0200 Subject: [PATCH 4/4] Update parachain-template/README.md --- parachain-template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachain-template/README.md b/parachain-template/README.md index 60d7534bdff..2afe34a6ada 100644 --- a/parachain-template/README.md +++ b/parachain-template/README.md @@ -12,4 +12,4 @@ All bugs, suggestions, and feature requests should be made upstream to [Cumulus] 👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). 🧙 Learn about how to use this template and run your own parachain testnet for it in the -[Devhub Cumulus Tutorial](https://docs.substrate.io/tutorials/connect-relay-and-parachains/). +[Build a Parachain tutorials](https://docs.substrate.io/tutorials/build-a-parachain/).