Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 504 Bytes

NurdCoin

My attempt to implement decentralized block-chain by creating an over-simplified Bitcoin like crypto-currency in python using flask named NurdCoin

Features Implemented:

  • Decentalized BlockChain
  • Proof Of Work
  • Consensus Algorithm
  • Mining Commission

To Do:

  • publish of transaction to all individual miner
  • competing miners for same block
  • mantaining a active states for overspending
  • comments and Documentation
  • add running instructions