From d353c26af5822b139244373fdf1636f0be7a2bbf Mon Sep 17 00:00:00 2001 From: Daanvdplas Date: Wed, 17 Jul 2024 14:31:36 +0200 Subject: [PATCH 1/2] chore: new pallet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6527138..0efcdaf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ It is used to generate parachains using [Pop CLI](https://github.com/r0gue-io/po ## Next Steps +👷 Start with building a new pallet (experimental): +``` +pop new pallet +``` + 💥 Learn more about Pop CLI [here](https://learn.onpop.io/pop/v/pop-cli). 🚀 Learn about how to run your own parachain testnet using Pop CLI [here](https://learn.onpop.io/pop/v/pop-cli/parachains/running-your-parachain). From 81af25541c01a8af8bb1fc04cbfa9d6455c8b536 Mon Sep 17 00:00:00 2001 From: Daanvdplas Date: Fri, 19 Jul 2024 14:58:28 +0200 Subject: [PATCH 2/2] docs: add to readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0efcdaf..39451bb 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,17 @@ It is used to generate parachains using [Pop CLI](https://github.com/r0gue-io/po ## Next Steps +💻 Install the Pop CLI [here](https://learn.onpop.io/v/cli/installing-pop-cli) + 👷 Start with building a new pallet (experimental): ``` pop new pallet ``` -💥 Learn more about Pop CLI [here](https://learn.onpop.io/pop/v/pop-cli). +💥 Learn more about Pop CLI [here](https://learn.onpop.io/v/cli). -🚀 Learn about how to run your own parachain testnet using Pop CLI [here](https://learn.onpop.io/pop/v/pop-cli/parachains/running-your-parachain). +🚀 Learn about how to run your own parachain testnet using Pop CLI [here](https://learn.onpop.io/v/appchains/guides/running-your-parachain). 👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). -🧙 Learn about how to build using this template [here](https://docs.substrate.io/tutorials/). +🧙 Learn about how to build using this template [here](https://subdaily.io/dev/learn-to-build-substrate-pallets-from-scratch-dissecting-the-frame-pallet/).