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
- Host: GitHub
- URL: https://github.com/nurdtechie98/nurdcoin
- Owner: nurdtechie98
- Created: 2018-02-19T20:19:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T01:31:55.000Z (over 7 years ago)
- Last Synced: 2025-08-04T01:47:13.555Z (11 months ago)
- Topics: blockchain, flask, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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