Skip to content

Installation Instructions for Ubuntu

ttblack edited this page Oct 8, 2021 · 5 revisions

Building from source

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 latest distribution of Go if you don't have it 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.

Clone this wiki locally