hirosystems / explorer

Explore transactions and accounts on the Stacks blockchain. Clone any contract and experiment in your browser with the Explorer sandbox.
https://explorer.hiro.so/
MIT License
139 stars 100 forks source link

Add high-level network statistics #345

Closed markmhendrickson closed 1 year ago

markmhendrickson commented 3 years ago

The Explorer may be a good place for a section with high-level network statistics for the purpose of helping people gauge overall network activity and health.

Possible stats for display per day, month, year, etc:

This came up when meeting with @ades5.

aulneau commented 3 years ago

I agree completely, however this won't be possible to show in the explorer until it's exposed via the api / core node.

GinaAbrams commented 3 years ago

Came here to add something like this only to see the issue created already. 🙌🏼 Looking forward to this when possible! 😁

friedger commented 3 years ago

Total smart contracts deployed: https://stacks-node-api.mainnet.stacks.co/extended/v1/tx?type=smart_contract filtered by tx_status === "success"

andresgalante commented 2 years ago

@He1DAr I really like this idea. Does the API currently provides this data?

andresgalante commented 2 years ago

@rafaelcr If we wanted to implement this, do we have this data from the API?

rafaelcr commented 2 years ago

@andresgalante we have all the data necessary to calculate those stats but don't have the endpoints yet. We're tracking that effort here: https://github.com/hirosystems/stacks-blockchain-api/issues/1130

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.64.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: