Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 423 Bytes

My blockchain:

  • Is made up of blocks that store data.
  • Has a digital signature that chains my blocks together.
  • Requires proof of work mining to validate new blocks.
  • Can be checked to see if data in it is valid and unchanged.

Transactions, Signatures and Wallets are coming soon!

BlockChainJavaProject