"Human tuned heuristic Python Library for ICO company analysis."
Clone the git repository:
$ git clone https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis.git && cd erc20-ico-onchain-technical-analysis
Install necessary dependencies
$ pip install -r requirement.txt
Run the main business logic
python main.py
https://plot.ly/~gelei/586/total-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta-/#/
https://plot.ly/~gelei/588/top-50-list-and-their-token-amount-without-counting-the-exchange/#/
https://plot.ly/~gelei/590/top-50-token-amount-moving-average-without-counting-the-exchange/#/
https://plot.ly/~gelei/592/exchange-token-amount/#/
https://plot.ly/~gelei/594/hourly-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta/#/
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.
This code has been released under the MIT License.