Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.31 KB

Go Ethereum

Forked from tendermint/go-ethereum for Lity.

Prerequisites

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

$ 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.