Description

This Python blockchain project demonstrates how blockchain technology works and the advantages of blockchain. Through this project, I learned more about HTML, CSS, and Python

How to run the code(USE CMD)

  1. STEP 1: D:\blockchain> python blockchain.py -p 5000

  2. STEP 2:( for new node adding) D:\blockchain> python blockchain.py -p 5001

  3. STEP 3: D:\blockchain_client> python blockchain_client.py -p 8080

  4. STEP 4: URL for blockchain: localhost:5000 URL for blockchain_ckienr: localhost:8080