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!
You can install the Pop CLI as follows:
cargo install pop-cli
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.