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. WELCOME

Polkadot Appchains

Build an appchain on Polkadot using Pop - the Web3 development platform.

NextSet up your development environment

Last updated 1 month ago

Was this helpful?

With Pop CLI, developers can build an appchain on Polkadot.

Features include:

  • Start a new Polkadot appchain (parachain) project using starter templates to hit the ground running.

    • Polkadot appchain templates include:

      • a standard parachain template,

      • an assets parachain template,

      • a smart contract parachain template,

      • and an EVM parachain template

  • Build logic into your parachain using the Polkadot SDK

  • Deploy your parachain to a local Polkadot network

  • Spin up a Polkadot network with various parachains

    • Useful for testing cross-chain interoperability

  • Benchmarking of nodes and runtimes

  • Testing runtime upgrades

Get started with your first Polkadot appchain:

Create a new parachain