build
Build your parachain
To build your parachain using Pop CLI:
or
To build your parachain for production:
To build your chain for benchmarking, run the below command which will build your binary with the runtime-benchmarks
feature enabled:
To build your chain for runtime testing, run the below command which will build your binary with the try-runtime
feature enabled:
On the other hand, you can also provide a list of features with the --features
flag:
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
Was this helpful?