Skip to content

dbntd-78964/Advanced-Blockchain-Course---Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run it locally

  1. Download the zip file and upzip it
  2. cd Bitcoin
  3. pip install -r requirements.txt
  4. Windows go to blockchain.py and account.py, search sys.path.append("/admin/Documents/idk/edu/PolyU/3/4142/Project/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, go to Blockchain/Backend/core/blockchain.py 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. Sometimes config.ini does not work in batch mode.
  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

 
 
 

Contributors

Languages

  • Python 79.9%
  • HTML 11.8%
  • CSS 8.3%