Tutorial for setting up an Ethereum private chain, sending transactions, and doing smart contracts ...
This tutorial was tested on Ubuntu 17.04. Test on CentOS 7.0 were unsuccessful because of the lack of the solidity compiler for CentOS.
- Install the OS and fix it.
- Disable the firewall and install OpenSSH server (apt-get install openssh-server)
- Install git (apt-get install git)
- Clone this repository.