Build

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

Before we compile your smart contract, make sure to take a look at what an ink! contract consists of in the documentation.

To build your ink! smart contract, make sure you are inside your ink! smart contract directory and run the following command:

pop build

or

pop build --release

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?