github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/xctl/README.md (about) 1 # xctl 2 xctl is a command-line interface for interacting with consortium blockchain. 3 4 # Build 5 `./buildcli.sh` 6 7 8 If you want to build xctl 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 ## xctl 22 23 Command-line interface for consortium blockchain 24 25 ### Synopsis 26 27 xctl is a command-line interface for interacting with consortium blockchain. 28 29 ### Options 30 31 ``` 32 -h, --help help for xctl 33 -o, --output-format string output format 34 ``` 35 36 ### SEE ALSO 37 38 * [xctl account](readme/xctl_account.md) - Manage accounts of IoTeX blockchain 39 * [xctl action](readme/xctl_action.md) - Manage actions of IoTeX blockchain 40 * [xctl alias](readme/xctl_alias.md) - Manage aliases of IoTeX addresses 41 * [xctl bc](readme/xctl_bc.md) - Deal with block chain of IoTeX blockchain 42 * [xctl config](readme/xctl_config.md) - Get, set, or reset configuration for ioctl 43 * [xctl version](readme/xctl_version.md) - Print the version of ioctl and node 44 * [xctl xrc20](readme/xctl_xrc20.md) - Support ERC20 standard command-line from ioctl 45 46 ###### Auto generated by docgen on 22-Mar-2020