An application that retrieves TOP-100 accounts by ETH balance.
To get started with the application you need to complete following steps:
- Install dependencies:
$ pip install -r requirements.txt- Run application:
$ python3 manage.py runserver 8000After you run application you will be able to see three types of chart: Bar, Pie and Line. They are graphically displaying information about retrieved TOP-100 accounts.
