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.
For details on how to build the shared library see native/README.md.
The java wrapper is build via Maven: execute mvn package
in the libevm
directory.