EVM in Java is a standalone EVM implementation, derived from the EthereumJ project.
It's light-weight and can be easily integrated into other projects.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.semuxproject</groupId>
<artifactId>evm</artifactId>
<version>[GIT_COMMIT_HASH]</version>
</dependency>
git clone https://github.com/semuxproject/evm
cd evm
mvn install
To format the source code, run the following command:
mvn formatter:format license:format
This projected is licensed under LGPLv3.