Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 557 Bytes

BlockchainExample

This blockchain demo is for educational purpose. It is implemented in JAVA 8 with no dependencies to 3rd-party-libs.

Just clone this repository with

git clone git@github.com:nlsltz/BlockchainExample.git

Navigate into the directory with

cd BlockchainExample

The project is build with gradle, just run

gradle build

and you get a build directory with the compiled source and a .jar file

To run the demo just type

gradle run

(c) Nils Lutz 2018