Skip to content

efecarranza/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Activate the virtual environment:
source blockchain-env/bin/activate
  1. Install all packages:
pip3 install -r requirements.txt
  1. Running Tests
python3 -m pytest tests/
  1. Run the application and API

Make sure to activate the virtual environment.

python -m backend.app

Running a Peer Instance

Make sure to activate the virtual environment.

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

Run the Front-End

In the frontend directory:

npm run start

Seed the backend with data

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

About

Trying out a Python blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published