Use IOCTL to Deploy A Smart Contract

Raullen Chai
2 min readMay 27, 2020

Prerequisites

  1. install the latest ioctl
➜ ioctl update -t unstable
Downloading the latest unstable version …
ioctl is up-to-date now.

2. Download solidity from https://github.com/ethereum/solidity/releases/tag/v0.5.16, unzip it and install using “./scripts/install_deps.sh” and “./scripts/build.sh”.

--

--