diff --git a/README.md b/README.md index 6527138..39451bb 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,17 @@ It is used to generate parachains using [Pop CLI](https://github.com/r0gue-io/po ## Next Steps -💥 Learn more about Pop CLI [here](https://learn.onpop.io/pop/v/pop-cli). +💻 Install the Pop CLI [here](https://learn.onpop.io/v/cli/installing-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). +👷 Start with building a new pallet (experimental): +``` +pop new pallet +``` + +💥 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/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/).