Mac
Installing with Homebrew
By far the easiest way to install adhichain is to use our Homebrew tap. If you don't have Homebrew, install it first.
Then run the following commands to add the tap and install adhichain :
brew tap adhichain/adhichain
brew install adhichain
After installing, run adhi account new
to create an account on your node. You should now be able to run adhi
and connect to the network. Make sure to check the different options and commands with adhi --help
You can alternatively install only the adhi
CLI with apt-get install adhi
if you don't want to install the other utilities ( bootnode
, evm
, disasm
, rlpdump
Last updated