For more information, please visit Creating a simple blockchain in Kotlin
To run this application, simply execute:
gradlew runAfter running the application, the public instance is available at http://localhost:7000 As for now, it offers the following endpoints:
GET /blocksfor listing all existing blocks in the chainPOST /blocks/minefor mining new block
This project uses some open source libraries: