Skip to content

Basic java blockchain/cryptocurrency implementation

Notifications You must be signed in to change notification settings

gabkov/java-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic java blockchain/cryptocurrency implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages