Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 403 Bytes

File metadata and controls

3 lines (3 loc) · 403 Bytes

Blockchain_Cryptocurrency

Blockchain and cryptocurrency implementation in python. This is a simple implementation which only defines the general architecture of Blockchains and the CryptoCurrency protocol and uses Proof of Work. The server is built over Flask through which the http calls are made. This project is a good starting point for anyone to understand the underlying idea behind blockchain.