A web platform that tells you about your token's best yield based on your public address. The web application is named as IQCapital.
The web application is live at https://iqcapital.io
Firefox browser should be installed on your system.
- Clone the repository
- Navigate to the project directory
- Install the dependencies
pip install -r requirements.txt
cp .env.example .env
- Edit the .env file
- Run the script
flask run