-
Notifications
You must be signed in to change notification settings - Fork 22
Installation Instructions for Mac
ttblack edited this page Oct 8, 2021
·
4 revisions
Clone the repository to a directory of your choosing:
git clone https://github.com/elastos/Elastos.ELA.SideChain.ESC.gitBuilding geth requires the Go compiler:
brew install goFinally, build the geth program using the following command.
cd Elastos.ELA.SideChain.ESC
make gethIf you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.
xcode-select --installYou can now run build/bin/geth to start your node.
golang <3
Installing Elastos.ELA.SideChain.ESC
Issue handling workflow (draft proposal)