xctl
xctl is a command-line interface for interacting with consortium blockchain.
Build
./buildcli.sh
If you want to build xctl on Windows, you need to install mingw. Package manager Chocolatey provides an easy way to intall latest mingw.
C:\Windows\system32> choco install mingw
After this command, target bin files will be placed in ./release/ folder, upload them to
specific release so install-cli.sh can download them.
Install
Install released build
curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
Install latest build
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh -s "unstable"
xctl
Command-line interface for consortium blockchain
Synopsis
xctl is a command-line interface for interacting with consortium blockchain.
Options
-h, --help help for xctl
-o, --output-format string output format
SEE ALSO
- xctl account - Manage accounts of IoTeX blockchain
- xctl action - Manage actions of IoTeX blockchain
- xctl alias - Manage aliases of IoTeX addresses
- xctl bc - Deal with block chain of IoTeX blockchain
- xctl config - Get, set, or reset configuration for ioctl
- xctl version - Print the version of ioctl and node
- xctl xrc20 - Support ERC20 standard command-line from ioctl
Auto generated by docgen on 22-Mar-2020