97bcf7a92f | ||
---|---|---|
app | ||
ethereumj-core | ||
gradle/wrapper | ||
.coveralls.yml | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
TODO.md | ||
app-debug.apk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
proguard-rules.pro | ||
settings.gradle |
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 version of ethereumj (https://github.com/ethereum/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 build
(or at least./gradlew antlr4
to generate sources). - Import gradle.build from the root folder into Android Studio.
License
ethereumj is released under the MIT license.