Skip to content

v0.1.0

Compare
Choose a tag to compare
@AlexD10S AlexD10S released this 15 May 16:23
· 316 commits to main since this release
48eec26

pop-cli 0.1.0 is now available for early adopters and enthusiasts to explore.

Stable Features

  • Single Command Template Instantiation. Use pop new parachain to instantiate a project from a parachain template.

  • Generate your parachain from diverse project templates:

    1. Standard parachain: Minimalist parachain template
    2. Assets parachain: Implement the NFT template, providing developers with the tools to integrate Non-Fungible Token (NFT) functionality into their parachain.
    3. Contracts parachain: A parachain that supports Wasm-based contracts such as ink!.
    4. EVM parachain: Incorporate the Frontier EVM template into a parachain, enabling compatibility with the Ethereum Virtual Machine (EVM).
  • Customization Flags: Use flags to customize your parachain --symbol DOT --decimals 6 --endowment 1_000_000_000.

  • Environment Setup: Use pop install to detect your current environment for Rust, Protobuf, and other essential tools that are required for Polkadot development.

Beta Features

  • Build a parachain node with pop build parachain
  • Spawn a local network using pop up parachain.
  • Create a new pallet from a template with pop new pallet
  • Generate a new ink! smart contract from a template with pop new contract
  • Build an ink! smart contract with pop build contract
  • Test an ink! smart contract by executing all unit tests with pop build contract.
  • Deploy an ink! smart contract to a local development or remote parachain node with pop up contract.

What's Changed

Full Changelog: 0.1.0-alpha.1...v0.1.0