Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 567 Bytes

Go Ethereum

Fork from Official Golang implementation. Add reward for Clique(POA), other remain unchanged.

Building the source

For prerequisites and detailed build instructions please read the Installation Instructions.

Building geth requires both a Go (version 1.14 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