Skip to content

chironnetwork/coordinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coordinator

Blockchain based decentralized coordinator for The Chiron Network

1. Installation

  1. Python Dependencies pip3 install -r requirements.txt
  2. Gunicorn apt install gunicorn3

2. Running the code

sudo gunicorn3 app:app --workers 3 --bind 0.0.0.0:80 --log-file app.log --access-logfile access.log --log-level DEBUG &

3. Code Linting

pylint --rcfile=pylintrc app.py

About

Decentralized Coordinator for The Chiron Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages