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

     1  # ioctl
     2  ioctl is a command-line interface for interacting with IoTeX blockchains.
     3  
     4  # Build
     5  `./buildcli.sh`
     6  
     7  
     8  If you want to build ioctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to intall latest mingw.
     9  `C:\Windows\system32> choco install mingw`
    10  
    11  
    12  After this command, target bin files will be placed in ./release/ folder, upload them to
    13  specific release so install-cli.sh can download them.
    14  
    15  # Install
    16  ## Install released build
    17      curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
    18  
    19  ## Install latest build
    20      curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh -s "unstable"
    21  ## ioctl
    22  
    23  Command-line interface for IoTeX blockchain
    24  
    25  ### Synopsis
    26  
    27  ioctl is a command-line interface for interacting with IoTeX blockchain.
    28  
    29  ### Options
    30  
    31  ```
    32    -h, --help                   help for ioctl
    33    -o, --output-format string   output format
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [ioctl account](readme/ioctl_account.md)	 - Manage accounts of IoTeX blockchain
    39  * [ioctl action](readme/ioctl_action.md)	 - Manage actions of IoTeX blockchain
    40  * [ioctl alias](readme/ioctl_alias.md)	 - Manage aliases of IoTeX addresses
    41  * [ioctl bc](readme/ioctl_bc.md)	 - Deal with block chain of IoTeX blockchain
    42  * [ioctl config](readme/ioctl_config.md)	 - Get, set, or reset configuration for ioctl
    43  * [ioctl contract](readme/ioctl_contract.md)	 - Deal with smart contract of IoTeX blockchain
    44  * [ioctl did](readme/ioctl_did.md)	 - DID command
    45  * [ioctl hdwallet](readme/ioctl_hdwallet.md)	 - Manage hdwallets of IoTeX blockchain
    46  * [ioctl jwt](readme/ioctl_jwt.md)	 - Manage Json Web Token on IoTeX blockchain
    47  * [ioctl node](readme/ioctl_node.md)	 - Deal with nodes of IoTeX blockchain
    48  * [ioctl stake2](readme/ioctl_stake2.md)	 - Support native staking of IoTeX blockchain
    49  * [ioctl update](readme/ioctl_update.md)	 - Update ioctl with latest version
    50  * [ioctl version](readme/ioctl_version.md)	 - Print the version of ioctl and node
    51  * [ioctl xrc20](readme/ioctl_xrc20.md)	 - Support ERC20 standard command-line
    52  
    53  ###### Auto generated by docgen on 7-Mar-2022