Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 546 Bytes

Blockchain

Personal Blockchain

  • Custom made Blockchain, which when run generates 1000 users with random numbers of shimCoins(custom currency) and 10000 transactions between the users.

Change log

  • Initial version.
  • Add transaction validation
  • Updated block mining strategy.
  • Add Merkle tree hash calculation.