Forked from
github / maticnetwork / bor
2272 commits behind the upstream repository.
-
Péter Szilágyi authoredUnverified273b3741
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 19.84 KiB
Go Ethereum
Official Golang implementation of the Ethereum protocol.
Automated builds are available for stable releases and the unstable master branch. Binary archives are published at https://geth.ethereum.org/downloads/.
Building the source
For prerequisites and detailed build instructions please read the Installation Instructions on the wiki.
Building geth
requires both a Go (version 1.10 or later) and a C compiler. You can install
them using your favourite package manager. Once the dependencies are installed, run
make geth
or, to build the full suite of utilities:
make all