My attempt to implement decentralized block-chain by creating an over-simplified Bitcoin like crypto-currency in python using flask named NurdCoin
- Decentalized BlockChain
- Proof Of Work
- Consensus Algorithm
- Mining Commission
- publish of transaction to all individual miner
- competing miners for same block
- mantaining a active states for overspending
- comments and Documentation
- add running instructions