build
Build your parachain
For Pop CLI versions <0.3.0
the pop build
command is pop build parachain
To build your parachain using Pop CLI:
or
To build your parachain for production:
Build and generate files for onboarding the parachain to the Relay chain (Pop CLI versions >.0.2.0
):
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.
build spec
To build the chain specification for your appchain along with its genesis artifacts, you can run the following command:
For additional parameters and customizations run:
Last updated