Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 894 Bytes

Overview

Scope

Provide dapp creators with important metrics about their users.

Who Can Use this?

Any dapp creator in industries such as gaming, exchanges, marketplaces, and others.

What are the strengths of this service?

  • 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.

What are the weaknesses of this service?

  • Not privacy oriented.

Development

  1. Create a virtual environment: python3 -m venv .env
  2. Activate your virtual environment: source .env/bin/activate
  3. Install requirements: pip install -r requirements.txt
  4. Get an env file from one of the devs.
  5. Source your env file: source env
  6. Run the app from the root directory: flask run

Deployment

Deployment is done with Heroku. Environment variables are set in Heroku config vars.