charts for iotex tokens | realtime
This App provides information of all tokens on the iotex blockain: real time price market cap total supply price chart and more.
Visit https://iotexchartapp.com/ . The demo is updated whenever the demo branch code is updated.
It's best to install Python projects in a Virtual Environment. Once you have set up a VE, clone this project
git clone https://github.com/Dekatron322/IotexChart
Then
cd IotexChart
Run
python manage.py migrate # run first migration
python manage.py runserver # run the server
Then locate http://172.0.0.1:8000
To build a fully fledged chart platform for all tokens on the IoTex blockchain.