Skip to content

Development of a blockchain and cryptocurrency using Python, JavaScript and React

Notifications You must be signed in to change notification settings

amnaredo/python-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-blockchain

Development of a blockchain and cryptocurrency using Python, JavaScript and React

Activate the virtual environment (Windows 10)

blockchain-env/Scripts/Activate.ps1

Install all packages

pip 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 a peer instance

Make sure to activate the virtual environment.

$env: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.

$env:SEED_DATA='True'; python -m backend.app

About

Development of a blockchain and cryptocurrency using Python, JavaScript and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published