onl1ner / eth-parser

Repository from Github https://github.comonl1ner/eth-parserRepository from Github https://github.comonl1ner/eth-parser

ETH Parser

An application that retrieves TOP-100 accounts by ETH balance.

Installation

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 8000

Usage

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

Example

About

License:MIT License


Languages

Language:Python 78.3%Language:HTML 21.7%