Skip to content

GuusSeldenthuis/JavaBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaBlockchain

A blockchain application written in Java.

Improved version of the application written by Kass on Medium.com.

Features

  • Unlimited data/block-size.
  • Clean and simple implentation of a blockchain without currency/payments as main-feature.
  • Proof of work based on blocksize + general difficulty.

ToDo

  • Network layer
  • Consensus logic
  • Plain-text (compressed) block storage within the file-system.
  • Weight based on blocksize.

Notes

This is a work in progress and only used to become better in programming in combination with cryptography.

About

A blockchain application written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages