Installation Instructions for Ubuntu

Building Geth (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/elastos/Elastos.ELA.SideChain.ESC

Install the latest version of Go if you haven't already.

Building geth requires Go and C compilers to be installed:

sudo apt-get install -y build-essential

Finally, build the geth program using the following command.

cd Elastos.ELA.SideChain.ESC
make geth

You can now run build/bin/geth to start your node.

Last updated