joshuavial / nexus-mutual-tracker

Analytics dashboard for Nexus Mutual.

Home Page:https://nexustracker.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexus Mutual Tracker

Installation

Get a CryptoCompare, DeFi Pulse, Etherscan, Infura, and Twitter API key.

brew install redis
pip install -r requirements.txt

Create and start a Postgres database named nexus. Then run:

python -
>>> from app import db
>>> db.create_all()

To start the app:

python job.py --daily # get DeFi Pulse data
python job.py # populate the database and cache graphs (will take a while)
python server.py # start the app

About

Analytics dashboard for Nexus Mutual.

https://nexustracker.io


Languages

Language:Python 53.7%Language:HTML 24.1%Language:JavaScript 22.1%