mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-09 11:32:28 +00:00
03a9afabfa
vmArithmeticTest.json pass load from local tests repo like cpp client vmArithmeticTest pass with new cpp head[278dc79] properties fix
The core library API for Ethereum project can be included into any other Java/Scala project by simple maven script include:
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId>
<version>0.5.7</version>
<type>jar</type>
</dependency>
EthereumJ release repository can be found here:
The showcase for ethereumj-core usage can be found in ethereumj-studio
🔹 Build instructions (maven)
- build_1: [no test run] , [released to local repository] : ~>
mvn clean install -Dmaven.test.skip=true
- build_2: [include test run] , [released to local repository] : ~>
mvn clean install
🔹 release instructions (ant) (!) credential required
mvn install
- which release the lib to a local repositroy- after the release -
ant -f bintray-publish-version.xml