Forked from tendermint/go-ethereum for Lity.
- libeni
- go >= 1.9
Once the dependencies are installed, run
make geth
or, to build the full suite of utilities:
make all
- Install Travis
- Run a Travis node
- Attach to a Travis node:
$ geth attach http://localhost:8545
$ evm compile ...
$ evm run ...
The go-ethereum library (i.e. all code outside of the cmd
directory) is licensed under the
GNU Lesser General Public License v3.0, also
included in our repository in the COPYING.LESSER
file.
The go-ethereum binaries (i.e. all code inside of the cmd
directory) is licensed under the
GNU General Public License v3.0, also included
in our repository in the COPYING
file.