Create a new contract

🚀 Note: For experimenting with ink! v6, make sure to check getting-started-with-inkv6.

To view all available smart contract templates run:

pop new contract --template

To start a new contract, e.g. ERC20, run:

pop new contract my_erc20 --contract-type erc --template erc20

Then open the generated my_erc20 directory to start developing your contract! Any ideas or requests for contract templates? Create an issue :)

Need help?

Ask on Polkadot Stack Exchange (tag it pop) or drop by our Telegram. We're here to help!

Last updated

Was this helpful?