Skip to content

mashimi/Advanced-Blockchain-Course---Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/Advanced-Blockchain-Course---Python Bitcoin
  2. cd Bitcoin
  3. pip install -r requirements.txt
  4. Windows user search sys.path.append("/Users/Vmaha/Desktop/Bitcoin") and replace all it with your system path. On Linux machine, make sure you copy the complete path from /home/username/Desktop/Bitcoin
  5. Open VSCODE and go to blockchain.py file inside the core directory and run it. If you get any error related to config file then try to run it in debug mode. Click on run -> Start debugging. You don't have to set the breakpoint. Sometimes config.ini does not work in batch mode. Keep that in mind.
  6. Goto http://127.0.0.1:5900/ and your Blockchain is up and running now.

About

Advanced Blockchain Course - Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.3%
  • HTML 11.7%
  • CSS 8.0%