Skip to content

AyushSatyam/MyBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

MyBlockchain

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

Clone

` $ git clone https://github.com/AyushSatyam/MyBlockchain.git `

Installation

Flask

` pip install Flask `

PyCrypto

` pip install pycrypto `

Run

To start Blockchain Network

` $ python blockchain.py `

To create client run this command in another terminal

` $ python blockchain_cline.py `

File Structure

  • Blockchain
    • static
    • template
  • Blockchain Client
    • static
    • template

Licensing, Author and Ackowledgement

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

About

Blockchain implimentation using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published