1 unstable release
Uses new Rust 2024
0.0.0 | Mar 19, 2025 |
---|
#31 in #pop
131 downloads per month
2KB
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.