juanfranblanco / artemis

Java Implementation of the Ethereum 2.0 Beacon Chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artemis

Build Status License Gitter chat

Implementation of the Ethereum 2.0 Beacon Chain.

Based on the (evolving) specification.

NOTE: This repo is still in early development.

Build Instructions

To build, clone this repo and run with gradle like so:

git clone --recursive https://github.com/PegaSysEng/artemis.git
cd artemis
./gradlew

After a successful build, distribution packages will be available in build/distributions.

Code Style

We use Google's Java coding conventions for the project. To reformat code, run:

./gradlew spotlessApply

Code style will be checked automatically during a build.

Testing

All the unit tests are run as part of the build, but can be explicitly triggered with:

./gradlew test

The integration tests can be triggered with:

./gradlew integrationTest

Run

You can run the executable from the CLI with this command:

./gradlew run

About

Java Implementation of the Ethereum 2.0 Beacon Chain


Languages

Language:Java 99.3%Language:Python 0.4%Language:JavaScript 0.2%Language:Dockerfile 0.1%