-
Notifications
You must be signed in to change notification settings - Fork 21
Installation Instructions for Ubuntu
ttblack edited this page Oct 8, 2021
·
5 revisions
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.
golang <3
Installing Elastos.ELA.SideChain.ESC
Issue handling workflow (draft proposal)