-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a chart of how many resources are distributed in the ecosystem #500
Comments
Can we color these spots by their type and size them by their capacity-distribution? Once decide, I'll promote this issue. |
X: address count PR: |
Inspired by #424 and #492, a chart of how capacities are distributed in the ecosystem would be helpful for dapp users to find the most attractive applications built on CKB.
In contrast to the supply chart(https://explorer.nervos.org/charts/total-supply), the capacity-distribution chart reveals how many CKBs are occupied/invested into some specific applications. The amount of deposited capacities represents how valuable the application is.
Simply speaking, each dapp has its own capacity of referring cells(https://explorer.nervos.org/script/0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8/type), which means how many capacities are in the app. The
referring capacities
can be ordered and visualized.In addition to the capacity-distribution, the address account is another index of the activity of an app.
So my idea is to add such a chart
X-axis for capacity-distribution, Y-axis for address-distribution, size and color for other metrics.
The text was updated successfully, but these errors were encountered: