/COMP492_BlockChain

Learning Blockchain

Primary LanguageJupyter Notebook

COMP 492 - BlockChain

Assignment 1 - Secure Communication Between a client and a server

Steps:
  • Fork/Clone/Download the repository using
    git clone git@github.com:sabin-thapa/COMP492_BlockChain.git

The assignment can be found in the following folder: assignments/Chapter_1-A_1

  • Navigate to the assignment folder using
    cd assignments/Chapter_1-A_1
  • Create a virtual environment and activate it using
    python3 -m venv venv
    source venv/bin/activate 
    

The required packages can be found in assignments/Chapter_1-A_1/requirements.txt file

  • Download and install the packages using
    pip install -r requirements.txt

  • Run the server using
    python3 server.py

    image

  • Run the client using
    python3 client.py

    image