Skip to content

karennik98/blockchain_and_cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The github repository contains a basic implementation of a blockchain and its client using Python. This blockchain has the following features:

Dependencies

How to run the code

  1. To start a blockchain node, execute the command below: python node.py
  2. You can add a new node to blockchain by executing the same command and specifying a port that is not already used. For example, python node.py -p 5001
  3. You can access the blockchain frontend and blockchain client dashboards from your browser by going to localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published