Learn Blockchain by building one using Java & SpringBoot.
Inspired from this blog.
This repository is the implementation of a simple Blockchain.
TODO:
- add Consensus
- add Dockerfile
BlockchainApplicationTests class has tests cases which will execute the flow and validate the results.
run ./start.sh which will build the code and start the server at 8080 port.
Swagger is available at http://localhost:8080/swagger-ui.html