# erc20-ico-onchain-technical-analysis **Repository Path**: narabest/erc20-ico-onchain-technical-analysis ## Basic Information - **Project Name**: erc20-ico-onchain-technical-analysis - **Description**: An tool to analyze any company's ICO - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-28 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ICO Top holder analysis > *"Human tuned heuristic Python Library for ICO company analysis."* ![](pics/logo.png) ### Table of Contents * [Installation](#installation) * [Usage](#usage) * [Customization](#customization) * [License](#license) ### Installation Clone the git repository: ```console $ git clone https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis.git && cd erc20-ico-onchain-technical-analysis ``` Install necessary dependencies ```console $ pip install -r requirement.txt ``` ![img](http://www.dhanashriacademy.com/market/wp-content/uploads/2017/10/WHAT-IS-TECHNICAL-ANALYSIS.jpg) ### Usage Run the main business logic ```python python main.py ``` #### 1.total-abt-exchange-analysis https://plot.ly/~gelei/586/total-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta-/#/ ![img](pics/1.png) #### 2.top-50-list-and-their-token-amount-without-counting-the-exchange https://plot.ly/~gelei/588/top-50-list-and-their-token-amount-without-counting-the-exchange/#/ ![img](pics/2.png) #### 3.top-50-token-amount-moving-average-without-counting-the-exchange https://plot.ly/~gelei/590/top-50-token-amount-moving-average-without-counting-the-exchange/#/ ![img](pics/3.png) #### 4.exchange-token-amount https://plot.ly/~gelei/592/exchange-token-amount/#/ ![img](pics/4.png) #### 5.hourly-{token}-exchange-analysis https://plot.ly/~gelei/594/hourly-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta/#/ ![img](pics/5.png) ### Customization If you want to customize for a different token, you can change the address in the code for now. In the near future, we will support cli integration. ### License This code has been released under the [MIT License](LICENSE).