Go Ethereum
Forked from tendermint/go-ethereum for Lity.
Prerequisites
- libeni
- go >= 1.9
Building the source
Once the dependencies are installed, run
make geth
or, to build the full suite of utilities:
make all
Usage
Attach to a Travis node
- Install Travis
- Run a Travis node
- Attach to a Travis node:
$ geth attach http://localhost:8545
Compile EVM bytecode
$ evm compile ...
Run EVM bytecode
$ evm run ...
License
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.