Skip to content

Commit

Permalink
GITBOOK-87: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Aug 23, 2024
1 parent fc6b9d6 commit 11243a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pop-cli-for-appchains/guides/build-your-parachain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 11243a5

Please sign in to comment.