Build your parachain
To build your parachain using Pop CLI
For Pop CLI versions <0.3.0
the pop build
command is pop build parachain
If you are outside the project's directory, you can specify the path
For Pop CLI versions <0.3.0
the pop build
command is pop build parachain
If you are building the parachain with the intent to onboard the parachain to a Polkadot Relay chain then you can run the following build command:
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 website is a good starting point.
⭕ Learn more about parachains here.
🧑🔧 For technical introduction, here are the Polkadot SDK documentation resources.
Technical Support
Create a question and tag it with "
pop
"Share the StackExchange question in our Pop Support Telegram channel
Last updated