/NurdCoin

Trying to implement simple block chain in python using flask

Primary LanguagePython

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