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 31, 2023. It is now read-only.
Being able to visualize token balance distributions is super important for transparent governance!
In DAO DAO there are two kinds of token balances:
Staked balances which are managed by the cw20-stake contract.
Governance token balances which are managed by a cw20-base contract.
I've written an indexer for staked balances (which is largely untested) in the cw20-stake-indexer folder in this repository. We should build an indexer for cw20 balances! It can follow the design for the staked balances indexer, though it is not strictly necessary to include block heights for balances in the index (as those don't matter from the DAO DAO contract's perspective).
The end goal here is to build a data visualization into the UI which will display governance power distribution for a DAO.
The text was updated successfully, but these errors were encountered:
Being able to visualize token balance distributions is super important for transparent governance!
In DAO DAO there are two kinds of token balances:
I've written an indexer for staked balances (which is largely untested) in the
cw20-stake-indexer
folder in this repository. We should build an indexer for cw20 balances! It can follow the design for the staked balances indexer, though it is not strictly necessary to include block heights for balances in the index (as those don't matter from the DAO DAO contract's perspective).The end goal here is to build a data visualization into the UI which will display governance power distribution for a DAO.
The text was updated successfully, but these errors were encountered: