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
:
Last updated
Was this helpful?