build
Build a contract
Build an existing smart contract:
By default, the contract is compiled with debug
functionality included.
This enables the contract to output debug messages but increases the contract size and the amount of gas used.
For production builds, use the --release flag: --release
:
For Pop CLI versions <0.3.0
the pop build
command is pop build contract
Last updated