ioctl client
Install
Install Latest Release Build
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | shInstall Latest Unstable Build
curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh -s "unstable"Build the current development branch
Clone & Build ioctl
git clone https://github.com/iotexproject/iotex-core.git
cd iotex-core
make ioctlMove ioctl to a folder in your system path
sudo mv bin/ioctl /usr/local/binsudo mv bin/ioctl /usr/local/binmv bin/ioctl.exe "C:\Program Files\Git\cmd"
