Skip to content

ensarduman/BlockChainOnPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual enviroment

source blockchain-env/bin/activate

Install all packages

pip3 install -r requirements.txt

Run the tests

Make sure to activete the virtual environment.

python3 -m pytest backend/tests

Run the application and API

python3 -m backend.app

Run a peer instence

Make sure to activete the virtual environment.

export PEER=True && python3 -m backend.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published