Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 451 Bytes

PoW (UTXO) Blockchain Exercise

This is a simple implementation of a blockchain using PoW approach. This implementation was originally developed by Tensor Programming.

 

This Blockchain Implements:

  • Block encryption
  • Transactions
  • Chain creation based on real hash derived from block contents/transactions
  • Database storage (badger)
  • Merkle Tree algorithm
  • Network Simulation of nodes ("descentralization")
  • Wallet creation