Hackathon Guide
One-page hackathon guide for building chains and contracts with Pop CLI.
Introduction
Contract Development (ink!)
TL;DR Flow
# 1) Scaffold (choose provider/template interactively)
pop new contract
# 2) Build your contract
cd my-contract && pop build --release
# 3) Deploy (Pop CLI will run a local network by default; add `--url` to target a remote RPC)
pop up # `pop up --url wss://passet-hub-paseo.dotters.network`
# 4) Interact with your contract (You can secure signing via browser wallet).
pop call contract # `pop call contract --use-wallet`Chain Development
TL;DR Flow
Other useful commands
Support & Contribute

Last updated