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.
java -jar target/jnaivechainx-1.0-SNAPSHOT-fat.jar
or you can run the main class [JNaiveChainXRunner](https://github.com/areguig/jnaivechainx/blob/master/src/main/java/io/areguig/jnaivechainx/JNaiveChainXRunner.java)