Starting my journey of Blockchains and Smart Contracts.
This is a beginner friendly implementation of Blockchains in Python.
Creates a blockchain in Python using Hashlib, Flask. User can mine a block, get the full chain and also check for validity of the chain.
- Deploy locally on your machine.
- User-friendly Postman could be used for GET and POST requests.
This module takes previous module to the next step, decentralized the blockchain also there is this dummy cryptocurrency "Pycoin" which users can exchange.
- As mentioned above it too deploys on localhost.
- The other users get deployed on different ports through different consoles.
Implemented an ICO(Initial Coin Offering) for Pycoin. Investers can buy/sell equities in Pycoin.

