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