Skip to content

A backened of a blockchain cryptocurrency made in python

Notifications You must be signed in to change notification settings

invalidexplorer/xtcCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual environment

source blockchain-env/bin/activate

Install all packages

pip3 install -r requirements.txt

Run the Tests Make sure to activate the virtual enviroment

python3 -m pytest backend/tests

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

python3 -m backend.app

** Run a peer instance **

Make sure to activate the virtual env.

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

About

A backened of a blockchain cryptocurrency made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages