Implementation of blockchain & cryptocurrency
Activate the virtual eniroment
source blockchain-env/bin/active
Install all packages
pip3 install -r requirements.txt
Run the tests Make sure to activate the virtual enviroment.
python3 -m pytest backend/tests