Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jsc723/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual env

source blockchain-env/Scripts/activate

Install all packages

pip3 install -r requirement.txt

Make sure to activate the virtual env.

Run the tests

python -m pytest backend/tests

Run the application and API

python -m backend.app

Run a peer instance

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

Run the frontend In frontend directory:

npm run restart

Seed the backend with data

export SEED_DATA=True && python -m backend.app

About

the blockchain project with cryptocurrency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published