Set up your development environment
This section will guide on how to use Pop CLI to set up your development environment for Polkadot appchain development.
In order to develop and build a Polkadot appchain we need to setup the proper environment.
Luckily we can use Pop CLI for this. Pop CLI has the pop install
command.
To install all the packages on your system that are needed for Polkadot appchain development, run the following command:
The above command will install all the necessary packages.
If you run into any errors, please report them as an issue in the Pop CLI repo so we can better improve the tool:
Last updated