EthereumJ for Personal Devices DEPRECATED
Go to file
romanman 9197c8df36 Adjustment for Android devices
1. Some classes been hided not to be loaded if no need - AdvancedDeviceUtils
2. BlockQueue introduced, will separate the net layer from the execution layer.
3. MainData vanished, all globals are managed out of the WorldManager
4. DB is now can be saved in location specified by a param.
5. The core lib should have a facade to expose the functionality Ethereum.java interface and the properimpemintation is introduced for that reason.
6. pom.xml the option to deploy sources to the repository.
7. new properties detailed descripted in system.properties
2014-07-27 15:58:00 +03:00
ethereumj-core Adjustment for Android devices 2014-07-27 15:58:00 +03:00
samples Use Genesis directly 2014-06-18 10:18:30 +01:00
.coveralls.yml Initial support for Coveralls 2014-06-30 20:22:39 +02:00
.gitignore Ignore dmp files 2014-06-28 13:20:26 +02:00
.travis.yml Fix for code coverage 2014-07-02 15:17:29 +02:00
LICENSE Open source project 2014-06-21 16:21:44 +01:00
README.md Update README.md 2014-07-13 21:01:35 +03:00
build-post-package.xml Serpent editor to support save/load files 2014-05-29 16:24:37 +03:00
track-untrack-local.bat track-untrack fix 2014-06-21 14:41:31 +01:00

README.md

Ethereum Java Implementation

Build Status Coverage Status Stories in Progress

🔸 By Roman Mandeleil @romanman 2014.

  • Based on a design by Vitalik Buterin @vbuterin.

Major contribution by:

  • Nick Savers @nicksavers (Trie & Level DB support & Mining implementation,
    key cryptography, Testing and in-code documentation)

Many thanks for help to:

  • Gavin Wood @gavofyork
  • Jeffrey Wilcke @obscuren
  • Vitalik Buterin @vbuterin

🔹 We appreciate any contribution to this epic
project and encourage you to contact us
with your enthusiasm, we are open to discuss
any crazy idea, be in touch... cheers!!!

🔹 If you want to find out what we are cooking now

TODO list is right here

🔹 Build instructions (maven)
  1. build_1: [no test run] , [one zip] : ~> mvn clean package -Dmaven.test.skip=true
🔹 Latest stable binaries can be found here
🔹 Community website http://www.ethereum.org
🔹 Yellow Paper (Gav precise definition of every corner in the Ethereum protocol)

http://gavwood.com/Paper.pdf

🔹 Whitepaper (Vitalik overview of the protocol)

https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-White-Paper

.
.
.
ScreenShot
.
.
.

License details read here