You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
Lets create a token page in the member client which will show various things about the token (this will replace the eosdac explorer)
It should have the following data
List of recent token transfers
Supply of token
Number of registered members
A banner should display if the token is currently locked
Voting statistics
Transfers and number of registered members is available via the api (/transfers and /member_counts), voting stats will need to be added, the others can be retreived directly from the chain.
The text was updated successfully, but these errors were encountered:
We should be very strict with the scope of this, I think it can be a good tool for looking into token and voting data but we should not try to make it into a generic block explorer because there are many of them and its unlikely that we will ever make something that is better. We should concentrate on the features which a generic block explorer would not add
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lets create a token page in the member client which will show various things about the token (this will replace the eosdac explorer)
It should have the following data
Transfers and number of registered members is available via the api (
/transfers
and/member_counts
), voting stats will need to be added, the others can be retreived directly from the chain.The text was updated successfully, but these errors were encountered: