Provide dapp creators with important metrics about their users.
Any dapp creator in industries such as gaming, exchanges, marketplaces, and others.
- Provides value to dapp creators because they get a better idea of where they stand in the market.
- Gives you a cheap way of gathering competitive intel.
- Not privacy oriented.
- Create a virtual environment:
python3 -m venv .env
- Activate your virtual environment:
source .env/bin/activate
- Install requirements:
pip install -r requirements.txt
- Get an env file from one of the devs.
- Source your env file:
source env
- Run the app from the root directory:
flask run
Deployment is done with Heroku. Environment variables are set in Heroku config vars.