near / near-explorer

NEAR blockchain explorer
https://explorer.near.org/
Apache License 2.0
87 stars 55 forks source link

Top level economic stats #189

Open ilblackdragon opened 4 years ago

ilblackdragon commented 4 years ago

We need many different economics stats, but here are the most important:

Supply breakdown:

Note that locked tokens can be staked. Unclaimed tokens from airdrops, etc.

Validator stats:

frol commented 4 years ago

@ilblackdragon Could you, please, match the RPC data to the items you listed? For example, let's take "Total supply over time": there will be total supply exposed via Genesis Config https://github.com/nearprotocol/nearcore/pull/2109, but where should we learn about the "over time" part? I guess, it is a monotonic function, so we can compute it based on the block height, but the one who implements this issue needs to learn how to do that.

ilblackdragon commented 4 years ago

For general stats:

frol commented 4 years ago

@kcole16 it seems that we need design for this thing. I imagine that we need dashboard changes here and at the same time we don’t want to bloat it, which is a hard task (maybe we should have a carousel of various stats or just have a toggle to show more stats while be default we only show the generic ones)

frol commented 4 years ago

Extra suggestions: https://gov.near.org/t/tools-missing-in-the-ecosystem/75/10