Skip to content

Cryptocurrency implementation using blockchain. Python has been used at the backend, while JavaScript and React is used at the frontend.

Notifications You must be signed in to change notification settings

reach-arpit-garg/Blockchain_usingPythonJsReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual environment

C:\Users\Arpit Garg\Envs\blockchain-env\Scripts>activate

Install all packages

pip3 install -r requirements.txt

Run the tests Make sure to activate the virtual environment

python -m pytest backend/tests

Run the application and API Make sure to activate the virtual environment

python -m backend.app

Run PEER Make sure to activate the virtual environment and have internet connection

set "PEER=True" && python -m backend.app

Run the frontend In the frontend directory:

npm run start

Seed the backend with data Make sure to activate the virtual environment.

set "SEED_DATA=True" && python -m backend.app

About

Cryptocurrency implementation using blockchain. Python has been used at the backend, while JavaScript and React is used at the frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published