Installation
# install ioctl latest stable
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh# install ioctl latest unstable build
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh -s "unstable"# install ioctl latest stable
brew install ioctl# install ioctl latest unstable build
brew install ioctl-unstable# install ioctl latest stable
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh# install ioctl latest unstable build
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh -s "unstable"# Point ioctl to the IoTeX Mainnet
ioctl config set endpoint api.mainnet.iotex.one:443
# Point ioctl to the IoTeX Testnet
ioctl config set endpoint api.testnet.iotex.one:443
