The steem.api.getAccounts
allows us to query a list of accounts at the same time. And we can compute each account’s witness vote value (combined of own-vote and proxy-vote).
1 | steem.api.getAccounts(accounts, function(err, result) { |
We can add these information in client side, using SteemJs when the page DOM is loaded.
Example tool: https://steemyy.com/proxy/?id=justyy
Or we can add these in the server API.
Example: Witness Ranking Table, you should see extra column showing how big a witness vote is:
Witness Ranking Table: https://steemyy.com/witness-ranking/
I hope this helps!
Steem On!~
If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE
Alternatively, you could proxy to me if you are too lazy to vote!
Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy
Visit me at: https://steemyy.com
This page is synchronized from the post: ‘Showing Witness Vote Values’