DiFronzo / blockchair

💰 Go (golang) client for the blockchair.com API
https://blockchair.vfiles.no
MIT License
11 stars 9 forks source link

[Feat.] Support for General stats endpoints #8

Open DiFronzo opened 3 years ago

DiFronzo commented 3 years ago

Add stats calls for different blockchains. For more information see this page.

On the following:

thevibhu commented 3 years ago

Can I take up this issue?

DiFronzo commented 3 years ago

@thevibhu Sure. If you have any questions or inquiries add it to this issue.

thevibhu commented 3 years ago

Like I checked "ERC-20" has its own file for stats calls and including other code. Do I have to follow the same code flow? A file for each stat and one for all the stats? After I am done, how can I test my code?