github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_contract_deploy_sol.md (about)

     1  ## ioctl contract deploy sol
     2  
     3  deploy smart contract with sol files on IoTeX blockchain
     4  
     5  ### Synopsis
     6  
     7  deploy smart contract with sol files on IoTeX blockchain
     8  
     9  ```
    10  ioctl contract deploy sol [FILE_NAME:]CONTRACT_NAME [CODE_FILES...] [--with-arguments INIT_INPUT] [--init-amount IOTX数量] [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -y, --assume-yes              answer yes for all confirmations
    17    -l, --gas-limit uint          set gas limit (default 20000000)
    18    -p, --gas-price string        set gas price (unit: 10^(-6)IOTX), use suggested gas price if input is "0" (default "1")
    19    -h, --help                    help for sol
    20        --init-amount string      transfer an initial amount to the new deployed contract (default "0")
    21    -n, --nonce uint              set nonce (default using pending nonce)
    22    -P, --password string         input password for account
    23    -s, --signer string           choose a signing account
    24        --with-arguments string   pass arguments in JSON format
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --endpoint string        set endpoint for once
    31        --insecure               insecure connection for once
    32    -o, --output-format string   output format
    33  ```
    34  
    35  ### SEE ALSO
    36  
    37  * [ioctl contract deploy](ioctl_contract_deploy.md)	 - Deploy smart contract of IoTeX blockchain
    38  
    39  ###### Auto generated by docgen on 7-Mar-2022