Skip to content

Blockchain implementation from scratch with a rich visualization layer

License

Notifications You must be signed in to change notification settings

pwegrzyn/Blockchain-Demo-Platform

Repository files navigation

Blockchain Demo Platform

Build Status

Blockchain demo platform for educational purposes. Fully featured Blockchain platform with block and transactions history visualization, ready to be run on a LAN. Includes a GPU hash miner module.

Prerequisites

  • JDK8+ or JDK12 and OpenJFX (check out pom.xml for more info)

Starting

mvn package
java -jar <generated.jar> <path_to_config_file>

Note

This project was created as part of the Bachelor Thesis "Blockchain demo platform for educational purposes" for AGH-UST (2019) by Grzegorz Frejek, Konrad Radon and Patryk Wegrzyn.