Easy steps to install ioctl package on Mac
Package Information:
Application Name – ioctl
What is ioctl – Not Available for ioctl
Use of ioctl – Command-line interface for interacting with the IoTeX blockchain
URL – https://docs.iotex.io/developer/get-started/ioctl-install.html
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install ioctl using brew
brew install ioctl

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

ioctl is ready to use now!