Open source command line application that simulates blockchain in a simplified way.
NOTE: You need to have Java (version at least 1.11) installed and available from command line!
Go to releases and choose your version of Blockchain Project. Once you've downloaded the application, run it by using the following command:
java -jar blockchain-{latest_version}.jar
NOTE: You need to have Maven (version at least 3.3.1) installed and available from command line!
To build application on your own, first download or copy the source code and then go to the project folder and execute:
mvn clean package
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.
The idea for this project as well as an excellent study plan was conceived by the JetBrainsAcademy.