Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
/ lityvm Public archive
forked from ethereum/go-ethereum

CyberMiles extension for the Ethereum Virtual Machine

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

second-state/lityvm

 
 

Repository files navigation

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.

About

CyberMiles extension for the Ethereum Virtual Machine

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 86.9%
  • C 5.7%
  • JavaScript 4.5%
  • C++ 0.9%
  • Assembly 0.5%
  • Python 0.3%
  • Other 1.2%