Skip to content

Installation Instructions for Arch

ttblack edited this page Oct 8, 2021 · 5 revisions

Installing from source

Install dependencies

pacman -S git go gcc

Download and build geth

git clone https://github.com/elastos/Elastos.ELA.SideChain.ESC
cd Elastos.ELA.SideChain.ESC
make geth
Clone this wiki locally