Skip to content

Implementation of blockchain network and cryptocurrency

Notifications You must be signed in to change notification settings

abhinavmishra-0302/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual environment

source my-env/bin/activate

Install all packages

pip3 install -r requirements.txt

Run the tests

Make sure to activate virtual environment

python3 -m pytest backend/tests

Run the application and API

Make sure to activate virtual environment

python3 -m backend.app

Run a peer instance

Make sure to activate virtual environment

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

Run the frontend

In the frontend directory:

npm run start

Seed the backend with data

Make sure to activate virtual environment

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

About

Implementation of blockchain network and cryptocurrency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages