blockchain.py A simple blockchain using Python 3. Basic Functions: - Create Genesis block - Adding new blocks to existing chain using previous hash and current hash - P.O.W (Proof of Work)