Skip to content

Open source command line application that simulates blockchain in a simplified way.

License

Notifications You must be signed in to change notification settings

dominieq/blockchain-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Project

Open source command line application that simulates blockchain in a simplified way.

Quick start

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

Build application from scratch

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

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

Acknowledgements

The idea for this project as well as an excellent study plan was conceived by the JetBrainsAcademy.