Skip to content

pravsingh/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learn Blockchain by building one using Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published