Blockchain implimentation using python
This is an implimentation of basic Blockchain Structure such as hash cryptography, immutable ledger,blockchain mining,distributed p2p network, mining using Python.
There is web page for demonstration
` $ git clone https://github.com/AyushSatyam/MyBlockchain.git `
Flask
` pip install Flask `
PyCrypto
` pip install pycrypto `
To start Blockchain Network
` $ python blockchain.py `
To create client run this command in another terminal
` $ python blockchain_cline.py `
- Blockchain
- static
- template
- Blockchain Client
- static
- template
I want to give credit to Python libraries and anyone can use these codes. If you want to know more about licensing, you can find more information of license here