github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_contract_compile.md (about) 1 ## ioctl contract compile 2 3 Compile smart contract of IoTeX blockchain from source code file(s). 4 5 ### Synopsis 6 7 Compile smart contract of IoTeX blockchain from source code file(s). 8 9 ``` 10 ioctl contract compile CONTRACT_NAME [CODE_FILES...] [--abi-out ABI_PATH] [--bin-out BIN_PATH] [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --abi-out string set abi file output path 17 --bin-out string set bin file output path 18 -h, --help help for compile 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --endpoint string set endpoint for once 25 --insecure insecure connection for once 26 -o, --output-format string output format 27 ``` 28 29 ### SEE ALSO 30 31 * [ioctl contract](ioctl_contract.md) - Deal with smart contract of IoTeX blockchain 32 33 ###### Auto generated by docgen on 7-Mar-2022