ethereumj-personal/README.md

21 lines
1015 B
Markdown
Raw Normal View History

2015-05-28 17:46:11 +00:00
# Welcome to ethereumj for android
2014-07-27 20:12:53 +00:00
# About
ethereumj is a pure-Java implementation of the Ethereum protocol. For high-level information about Ethereum and its goals, visit [ethereum.org](https://ethereum.org). The [ethereum white paper](https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-White-Paper) provides a complete conceptual overview, and the [yellow paper](http://gavwood.com/Paper.pdf) provides a formal definition of the protocol.
2015-05-28 17:46:11 +00:00
This is an android version of ethereumj (https://github.com/ethereum/ethereumj).
2014-06-21 15:21:44 +00:00
This repository consists of:
2015-05-28 17:46:11 +00:00
* [ethereum-core](ethereumj-core): a android compatible library of ethereumj-core .
* [app]: a simple mockup GUI for exploring Ethereum functionality and usage.
2014-09-10 06:17:23 +00:00
2014-09-19 10:37:38 +00:00
# Todo
2015-05-28 17:46:11 +00:00
This is a work in progress.
2014-06-21 15:21:44 +00:00
# Building from source
- Clone this repository and run `./gradlew build` (or at least `./gradlew antlr4` to generate sources).
2015-05-28 17:46:11 +00:00
- Import gradle.build from the root folder into Android Studio.
2014-06-21 15:21:44 +00:00
2014-12-26 08:36:37 +00:00
# License
ethereumj is released under the [MIT license](LICENSE).