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 [email protected]:nlsltz/BlockchainExample.gitNavigate into the directory with
cd BlockchainExampleThe project is build with gradle, just run
gradle buildand 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