Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 943 Bytes

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.