EthereumJ for Personal Devices DEPRECATED
Go to file
romanman e386520856 adding fix 2014-10-13 15:48:53 +02:00
ethereumj-core adding fix 2014-10-13 15:48:53 +02:00
ethereumj-studio POC-6 review and adjustments 2014-10-13 15:48:52 +02:00
.coveralls.yml Initial support for Coveralls 2014-06-30 20:22:39 +02:00
.gitignore Adapting for Ethereum as a library style: 2014-09-06 12:04:53 +03:00
.travis.yml Update .travis.yml 2014-09-10 07:26:59 +03:00
LICENSE Open source project 2014-06-21 16:21:44 +01:00
README.md Add IRC channel to README 2014-10-13 15:48:21 +02:00
TODO.md moved TODO.md 2014-09-11 11:29:26 +02:00

README.md

Welcome to ethereumj

Build Status Coverage Status Stories in Progress

Goals

The ethereumj library is a Java implementation of the Ethereum protocol.

This repository currently contains:

  • core: the core library which can be included into your own Java project.
  • studio: a simple graphic interface for Ethereum functionality and set of showcases for core usage.

For an early peek, have a look at this video

Todo

The Ethereum protocol is currenty heavily in development, thus so is this implementation. You can find a todo-list right here and the milestone schedule. For questions you can reach us in #ethereumj on Freenode.

Documentation

To start you can visit Ethereum.org and if you are looking for more information on the concept, the ethereum white paper is a good place to start as it outlines the vision. For the more technical minded, a protocol description can be found in the yellow paper by Gavin Wood.

Maven

The main ethereumj library can be found in the Maven repository

https://bintray.com/ethereum/maven/org.ethereum/view

For building ethereumj-core or ethereumj-studio look in their own individual README

License

This software is released under the MIT license, read it here