Skip to content

anjarul/thesis-blockchain_enabled-supply_chain

Repository files navigation

Blockchain Enabled Supply Chain

  • University Thesis. Developed by Python and Flask.

Instructions

  • Install latest version of Python
  • Install and active virtual environment directory
    1. Open cmd
    2. pip install virtualenv
    3. Choose destination: cd Desktop> virtualenv YourEnvironmentName
    4. cd YourEnvironmentName\Scripts>activate
    5. cd.. (exit from Scripts)
  • Clone this GitHub repository into your local virtual environment directory (YourEnvironmentName)
  • Go to project directory (GitHub repository) where 'blockchain.py' file exist
  • Install all the requirements using previously opened cmd where the virtual environment was activated:
    1. pip install -r requirements.txt
  • Run local server:
    1. python blockchain.py

About

University thesis materials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages