Community effort to get Blobble stats/data from the ICON chain.
Having simple Python scripts to do fetch data from the ICON Blockchain. To avoid any dependency issues we will avoid any packages but the standard ones. So we will use raw RPC calls and won't be using the ICON SDK for example.
Clone the repo and run main.py. For this you will need to have Python installed on your machine.
In funcs.py functions you can find all the functions that are available atm. If you want to add functions please take a look at the existing functions are being build and add functions in the same style.
Clone the repo, use clear git commits, not 1 giant commit with 50000 changes in it. Try and keep the commits clean and grouped based on logic / utility. Than do a pull request.