Metadata-Version: 2.1
Name: myBlockChain
Version: 1.0.0
Summary: Create your own Blockchain
Home-page: https://github.com/yathartharora/myBlockChain
Author: yathartharora
Author-email: yathartharora1999@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Blockchain Package

Create your own Blockchain network by mining blocks and adding transactions to the blocks.
With this module you can mine a block, add a transaction to the block, visualise the chain. 


