/Advanced-Blockchain-Course---Python

Advanced Blockchain Course - Python

Primary LanguagePython

Advanced Blockchain Course Python

In this course, you will learn how to create your very own Blockchain from scratch with the Blockchain Explorer in python.

In contrast to other courses, you will learn how to code the peer-to-peer network and the entire blockchain from scratch. One of the most crucial components of a blockchain is a peer network, but in most courses it is not implemented, and in those that do, third-party libraries or services are used to imitate p2p behavior. But, In this course you will create everything in this course from scratch, including the P2P Network.

image

image

Steps to clone and run it locally

  1. git clone https://github.com/anni1236012/Python-Blockchain
  2. cd Python-Blockchain
  3. pip install -r requirements.txt
  4. search sys.path.append("/Users/Vmaha/Desktop/Bitcoin") and replace it with your path
  5. open blockchain.py and run it
  6. Goto http://127.0.0.1:5900/ and your Blockchain is up and running now.

Complete Video Tutorial https://www.codiesalert.com/courses/advanced-bitcoin-blockchain-course-in-python/