Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 780 Bytes

Blockchain

Learn Blockchain by building one using Java & SpringBoot.

Inspired from this blog.

This repository is the implementation of a simple Blockchain.

TODO:

  1. add Consensus
  2. add Dockerfile

How to Use

Learn from test cases

BlockchainApplicationTests class has tests cases which will execute the flow and validate the results.

Start Server and interact with Swagger

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