Install Pop CLI
1. Install Rust and Cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2. Install Pop CLI
Note: If you want to install Pop CLI for ink! v6 support, see Getting Started with ink! v6.
cargo install --force --locked pop-cli
3. Set up your environment
pop install
Last updated
Was this helpful?