Docs
Submit an issue
Appchains on Polkadot
Appchains on Polkadot
  • WELCOME
    • Polkadot Appchains
    • Installing Pop CLI
    • How to contribute
  • GUIDES
    • Set up your development environment
    • Create a new parachain
      • Create an Assets parachain
      • Create a Contracts parachain
      • Create an EVM parachain
    • Benchmarking
    • Build your parachain
      • Build your runtime deterministically
    • Call a chain
    • Launch a Chain
      • 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
  • POP CLI
    • welcome
    • install
    • new
    • bench
    • build
    • build spec
    • call
    • up
    • clean
    • test
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. POP CLI

welcome

This section is a reference section for all the Pop CLI appchain commands.

Also, check out the Guides on the left for more comprehensive documentation.

Need to install Pop CLI? Find instructions here.

Available Pop CLI commands

  • install

  • new

  • bench

  • build

  • build spec

  • up

  • clean

  • test

You can also see all the available commands by running:

pop --help
PreviousTest runtime upgradesNextinstall

Last updated 2 months ago

Was this helpful?