ethereumj-personal/ethereumj-core
Chris Beams e5fcf5b48e
Strip trailing whitespace
2014-12-26 09:45:14 +01:00
..
src Strip trailing whitespace 2014-12-26 09:45:14 +01:00
README.md Strip trailing whitespace 2014-12-26 09:45:14 +01:00
bintray-publish-version.xml fix ton of bugs for poc-7 compatibility 2014-12-24 15:55:36 +02:00
pom.xml Strip trailing whitespace 2014-12-26 09:45:14 +01:00
track-untrack-local.bat Strip trailing whitespace 2014-12-26 09:45:14 +01: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