Blockchain based decentralized coordinator for The Chiron Network
- Python Dependencies
pip3 install -r requirements.txt
- Gunicorn
apt install gunicorn3
sudo gunicorn3 app:app --workers 3 --bind 0.0.0.0:80 --log-file app.log --access-logfile access.log --log-level DEBUG &
pylint --rcfile=pylintrc app.py