Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 612 Bytes

Java blockchain with Spring

I made this project to learn about blockchain and Bitcoin in general, because my further goal is to develop a bitcoin wallet.

This is an UTXO blockchain just like the king of all cryptocurrencies: Bitcoin. Currently it is just a simple Spring back-end api. The documentation can be found here:

https://documenter.getpostman.com/view/4948121/S1ETRwRh

My future plans are to make it to a real P2P network and to make it as realistic as possible.

Props to this series: https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa