Skip to content

Using pop CLI

pop CLI is used for local testing of EduChain.

Installation

cargo install --force --locked pop-cli

Local Testing

Launch with pre-funded development accounts (Alice, Bob, etc.):

pop up network -f ./pop-paseo-testnet-dev-toml

This uses ./artifacts/dev_plain_balances.json which includes: - Pre-funded accounts (Alice, Bob, Charlie, Dave, Eve, Ferdie) - Alice as sudo - Ready for immediate testing

Production Network

Launch with production chain spec:

pop up network -f ./pop-paseo-testnet-toml

This uses ./artifacts/latest_plain_chain_spec.json with your custom configuration from educhain.patch.json.

Resources