Skip to content

Blockchain and cryptocurrency written in React and JS for the Front end and Python for the Back end

License

Notifications You must be signed in to change notification settings

MikeLegemah5799/leg-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual environment

source blockchain-env/bin/activate

Install all packages

pip3 install -r requirements.txt

Create virtual environment

python3 -m venv blockchain-env

Run Virtual environment

source blockchain-env/bin/activate

Run the tests Make sure you have the virtual environment running first.

python3 -m pytest backend/tests

Run the application and API Make sure you have the virtual environment running first.

python3 -m backend.app

Run a peer instance Make sure you have the virtual environment running first.

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

About

Blockchain and cryptocurrency written in React and JS for the Front end and Python for the Back end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published