Docs
Submit an issue
Chains
Chains
  • WELCOME
    • Build a Polkadot Chain
  • Install Pop CLI
  • GUIDES
    • Create a new parachain
      • Create an Assets parachain
      • Create a Contracts parachain
      • Create an EVM parachain
    • Benchmarking
    • Build
      • Build your runtime deterministically
    • Call
    • Deploy
      • Launch a Chain in Development
      • Launch a Chain to Paseo
        • Launch Paseo
        • Set up keys
        • Acquire Coretime
      • Deploy a chain with Polkadot Deployment Portal
      • Running a post-startup command
    • Securely Sign Transactions from CLI
    • Test runtime upgrades
Powered by GitBook
On this page
  • 1. Install Rust and Cargo
  • 2. Install Pop CLI
  • 3. Set up your environment

Was this helpful?

Edit on GitHub

Install Pop CLI

1. Install Rust and Cargo

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2. Install Pop CLI

cargo install --force --locked pop-cli

3. Set up your environment

pop install

Need help?

Ask on Polkadot Stack Exchange (tag it pop) or drop by our Telegram. We're here to help!

PreviousBuild a Polkadot ChainNextCreate a new parachain

Last updated 3 minutes ago

Was this helpful?