# README
ioctl
ioctl is a command-line interface for interacting with IoTeX blockchains.
Build
./buildcli.sh
If you want to build ioctl 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"
ioctl
Command-line interface for IoTeX blockchain
Synopsis
ioctl is a command-line interface for interacting with IoTeX blockchain.
Options
-h, --help help for ioctl
-o, --output-format string output format
SEE ALSO
- ioctl account - Manage accounts of IoTeX blockchain
- ioctl action - Manage actions of IoTeX blockchain
- ioctl alias - Manage aliases of IoTeX addresses
- ioctl bc - Deal with block chain of IoTeX blockchain
- ioctl config - Get, set, or reset configuration for ioctl
- ioctl contract - Deal with smart contract of IoTeX blockchain
- ioctl did - DID command
- ioctl hdwallet - Manage hdwallets of IoTeX blockchain
- ioctl jwt - Manage Json Web Token on IoTeX blockchain
- ioctl node - Deal with nodes of IoTeX blockchain
- ioctl stake2 - Support native staking of IoTeX blockchain
- ioctl update - Update ioctl with latest version
- ioctl version - Print the version of ioctl and node
- ioctl xrc20 - Support ERC20 standard command-line
Auto generated by docgen on 7-Mar-2022
# Packages
No description provided by the author