Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 902 Bytes

File metadata and controls

19 lines (11 loc) · 902 Bytes

python-flask-blockchain-cryptocurrency

A simple implementation of a blockchain made from python and flask

The blockchain.py file sets up the blockchain that ankitcoin.py uses in order to create a cryptocurrency. Also the ankitcoin_ico.sol was used to create my first and small smart contract.

Images of blockchain running on flask

Mining a block on the blockchain

Sending a transaction on the blockchain

Mining after a transaction has taken place