ethereumj-personal/ethereumj-core
nicksavers 95fda6ada4 Fix tests for AccountState empty hashes 2014-11-03 17:26:17 +01:00
..
src Fix tests for AccountState empty hashes 2014-11-03 17:26:17 +01:00
README.md Update README.md 2014-09-10 09:20:38 +03:00
bintray-publish-version.xml Transaction structure adapt for 0.7.8 and several bug fix 2014-11-03 10:59:17 -05:00
pom.xml Adaptation of Block/BlockHeader/Genesis/AccountState - for 0.7.8 version 2014-11-03 08:27:38 -05:00
track-untrack-local.bat Adapting for Ethereum as a library style: 2014-09-06 12:04:53 +03:00

README.md

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)
  1. build_1: [no test run] , [released to local repository] : ~> mvn clean install -Dmaven.test.skip=true
  2. build_2: [include test run] , [released to local repository] : ~> mvn clean install
🔹 release instructions (ant) (!) credential required
  1. mvn install - which release the lib to a local repositroy
  2. after the release - ant -f bintray-publish-version.xml