Skip to content

Commit

Permalink
GITBOOK-71: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Jul 5, 2024
1 parent f181443 commit 396745c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pop-cli-for-appchains/pop-cli/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ Pop CLI versions > `0.2.0` will support a simplified command for building parach

Simply: `pop build` inside the parachain directory to build the parachain or specify the project path: `pop build --path ./my-appchain`
{% endhint %}

Build and generate files for onboarding the parachain to the Relay chain (Pop CLI versions >`.0.2.0`): 

```
pop build parachain -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.

0 comments on commit 396745c

Please sign in to comment.