#node #pop #contract #pop-node

app pop-node

Pop Network makes it easy for smart contract developers to use the Power of Polkadot

1 unstable release

Uses new Rust 2024

0.0.0 Mar 19, 2025

#31 in #pop

Download history 124/week @ 2025-03-18 7/week @ 2025-03-25

131 downloads per month

Unlicense

2KB

pop-net-banner

Twitter URL Twitter URL Telegram Build, test and lint

Pop Network makes it easy for smart contract developers to use the Power of Polkadot. Through curated runtime primitives, smart contract developers can spend less time learning the complexities of Polkadot, and more time buidling awesome things.

Pop supports Polkadot native contracts (pallet-contracts), enabling developers to build with more performant and secure smart contract languages (such as ink!).

Get started by using Pop API in your contracts!

Launching Local Network

Installation

You can install the Pop CLI as follows:

cargo install pop-cli

Spawn Network

You can spawn a local network as follows:

pop up parachain -f ./networks/testnet.toml

Note: pop will automatically source the necessary polkadot binaries. Currently, these will have to be built if on a non-linux system.

No runtime deps