/jnaivechainx

java implementation of a naive blockchain using vertx (work in progress)

Primary LanguageJava

JnaivechainX

Implementation in java of a naive blockchain using vert.x A blockchain node is a verticle that exposes an API to add a block or get the blockchain. The nodes communicate through the vert.x event bus to sync their local copy of the blockchain.

Requirement :

Java 8 Maven 3

Build it

mvn clean package

Run it

java -jar target/jnaivechainx-1.0-SNAPSHOT-fat.jar