Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 331 Bytes

Blockchain

Implementation of a crypto currency system with the following properties

  1. Peer to peer with NO centralized monitoring system.
  2. Timestamped transactions
  3. Chain of hash based "proof-of-work"
  4. Longest chain is proof of sequence of transactions witnessed.
  5. Maintainers have more CPU power than attackers.