Toy blockchain implementation and companion to a series of blog articles: https://blog.willwinder.com/2018/07/novice-to-coin-introduction.html
Install Maven: https://maven.apache.org/install.html
From one of the project directories, for instance kotlin/01_data_structure
mvn package && java -jar target/LynxCoin-1.0.jar
This project is licensed under the MIT License - see the LICENSE.md file for details