EthereumJ for Personal Devices DEPRECATED
Go to file
Jarrad Hope d4367013ac *sweeps under rug* 2015-05-28 20:24:36 +02:00
app More cleaning 2015-05-27 21:53:43 +02:00
ethereumj-core minor readme and config lint error ignore changes 2015-05-28 20:17:24 +02:00
gradle/wrapper Set testing setup and upgrade gradle wrapper version 2015-03-16 23:53:18 +02:00
.coveralls.yml Initial support for Coveralls 2014-06-30 20:22:39 +02:00
.gitignore Added android app wrapper 2015-04-28 20:14:10 +03:00
.travis.yml Configure Travis to notify Gitter on failure and first success 2015-01-20 12:34:28 +01:00
LICENSE Open source project 2014-06-21 16:21:44 +01:00
README.md minor readme and config lint error ignore changes 2015-05-28 20:17:24 +02:00
TODO.md Update TODO.md 2014-12-29 15:12:41 +02:00
build.gradle Added android app wrapper 2015-04-28 20:14:10 +03:00
gradle.properties Added android app wrapper 2015-04-28 20:14:10 +03:00
gradlew Revert "Tweak gradlew script to print arguments before run" 2015-01-07 06:59:13 +01:00
gradlew.bat Move Gradle wrapper infrastructure to top level 2014-12-27 01:44:25 +01:00
proguard-rules.pro attempt to resolve some samsung issue, no luck 2015-05-03 11:37:30 +07:00
settings.gradle Succesfull app run: 2015-04-28 20:08:04 +02:00

README.md

Welcome to EthereumJ for Android

About

EthereumJ is a pure-Java implementation of the Ethereum protocol. For high-level information about Ethereum and its goals, visit ethereum.org. The ethereum white paper provides a complete conceptual overview, and the yellow paper provides a formal definition of the protocol.

This is an Android-optimized fork of EthereumJ.

This repository consists of:

  • ethereum-core: a android compatible library of ethereumj-core .
  • [app]: a simple mockup GUI for exploring Ethereum functionality and usage.

Todo

This is a work in progress.

Building from source

  • Clone this repository and run ./gradlew antlr4; ./gradlew build -x test
  • Install onto Android Device adb install -r app/build/outputs/apk/app-debug.apk

License

EthereumJ is released under the MIT license.