From 11243a529267e4646ca5a0366a593048d2579bea Mon Sep 17 00:00:00 2001 From: Bruno Galvao Date: Fri, 23 Aug 2024 20:07:31 +0000 Subject: [PATCH] GITBOOK-87: No subject --- pop-cli-for-appchains/guides/build-your-parachain.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pop-cli-for-appchains/guides/build-your-parachain.md b/pop-cli-for-appchains/guides/build-your-parachain.md index 6ecd128..f8cb279 100644 --- a/pop-cli-for-appchains/guides/build-your-parachain.md +++ b/pop-cli-for-appchains/guides/build-your-parachain.md @@ -38,3 +38,9 @@ pop build -p ../my-appchain --para_id 2000 ``` This command will build your parachain and generate the chain spec, WebAssembly runtime for the parachain, and generate the parachain genesis state needed for registering and onboarding a parachain onto the Relay chain. + +#### Learning Resources + +* 🧑‍🏫 To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. + * ⭕ Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). +* 🧑‍🔧 For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources.