/blockchan

Primary LanguagePython

Blockchain

Blockchain university project

Installation

Use a virtual environment in order to prevent project dependecies to be installed globally.

Creating a virtual environment, venv:

Mac:

python3 -m venv /path/to/new/virtual/environment

Windows:

c:\>c:\Python35\python -m venv c:\path\to\myenv

Installing dependencies:

Use the package manager pip to install dependencies.

pip install ecdsa requests flash jsonpickle

Usage

Change the test number according to your needs.

python3 test1.py