Giter VIP home page Giter VIP logo

advanced-blockchain-course---python's Introduction

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.

advanced-blockchain-course---python's People

Contributors

anni1236012 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.