This project is a simple blockchain built using Python. With this script, user can create their own cryptocurrency.
Note: My primary goal with this project was to learn the basic concepts of blockchain and cryptocurrency. Cryptocurrency generated with this script could not meet the present market demands for a stable, secure, and easy-to-use cryptocurrency.
For running this script you need:
-
Clone this repository
-
Go to
\python-blockchaindirectory and Executeblockchain.py:$ python blockchain.pyor
Allow execution of the
blockchain.pyfile:$ chmod a+x ./blockchain.py$ ./blockchain.py -
Follow the instructions. Input your name, then the name of your cryptocurrency. The result will be displayed.
MIT License Copyright (c) 2021 Daljeet Singh
Refer to LICENSE file for full information.