Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 437 Bytes

libevm

This project contains a shared library and a Java wrapper for it. This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB.

Build

shared library

For details on how to build the shared library see native/README.md.

java wrapper

The java wrapper is build via Maven: execute mvn package in the libevm directory.