Linux

Debian/Ubuntu

Installing from PPA

For the latest development snapshot, both ppa:ethereum/ethereum and ppa:ethereum/ethereum-dev are needed. If you want the stable version from the last PoC release, add only the first one.

sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:adhichain/adhichain
sudo apt-get update
sudo apt-get install adhichain

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

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