Skip to content

Community effort to get Blobble stats/data from the ICON chain

Notifications You must be signed in to change notification settings

paulrouge/blobble-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blobble Stats

Community effort to get Blobble stats/data from the ICON chain.

Goal

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.

How to use

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.

How to contribute

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.

About

Community effort to get Blobble stats/data from the ICON chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages