Build your contract
To build your ink! smart contract, make sure you are inside your ink! smart contract directory and run the following command:
For Pop CLI versions <0.3.0
the pop build
command is pop build contract
When you run pop build
the default is to build in debug mode which is faster for development. It is important to note that when your contract is ready for production you can build the contract using pop build --release
which will create an optimized build ready for production.
You should get output like the following:
Technical Support
Create a question and tag it with "
pop
"Share the StackExchange question in our Pop Support Telegram channel
Last updated