An open API service indexing awesome lists of open source software.

https://github.com/nurdtechie98/nurdcoin

Trying to implement simple block chain in python using flask
https://github.com/nurdtechie98/nurdcoin

blockchain flask python

Last synced: 3 months ago
JSON representation

Trying to implement simple block chain in python using flask

Awesome Lists containing this project

README

          

# 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:
* [X] Decentalized BlockChain
* [X] Proof Of Work
* [X] Consensus Algorithm
* [X] 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