Skip to content
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

UTXOs by Asset / Policy ID #22

Open
ravishankarvkp opened this issue Jun 8, 2022 · 5 comments
Open

UTXOs by Asset / Policy ID #22

ravishankarvkp opened this issue Jun 8, 2022 · 5 comments
Labels
feature good first issue Good for newcomers

Comments

@ravishankarvkp
Copy link

Thanks again for the amazing tool and documentation !

I'm looking to build a dashboard to track wallet distribution of specific cadano native assets (ex: LQ) across multiple epochs.

Is this use-case feasible through scrolls? Glancing at the documentation, I realize "UTXOs by Asset" seems a close match (under implementation - perhaps?). Please suggest when you get a chance !

@matiwinnetou
Copy link
Collaborator

I can help you with this but after I finish my 3 reducers. I would estimate to have time in ca 2 to 4 weeks to pick this one and try to help.

@ravishankarvkp
Copy link
Author

thanks @matiwinnetou ! Much appreciate your help & guidance !

@matiwinnetou
Copy link
Collaborator

if you in this request mean: ADA addresses by PolicyId (basically people holding certain token) this is also needed for DappsOnCardano.com. Currently we are using this data from our db sync API wrapper and we need to migrate this to scrolls reducer soon.

@ravishankarvkp
Copy link
Author

Hi @matiwinnetou, Yes, the intent is to collect the list of "ADA addresses (including the staking address - if possible)" by Policy ID. This would allow us to get a sense of token distribution per asset/policyid. I am also currently deriving this info from db-sync, but looking for a light-weight option.

@matiwinnetou
Copy link
Collaborator

@ravishankarvkp check out branch: CRFA, I just finished a reducer called:
AssetHoldersByAssetId / asset_holders_by_asset_id

if you configure it with
aggr_by: Epoch
it will be aggregating on epoch level, without it - it will aggregate across all epochs

Please keep in mind that aggregating on epoch level without policy_ids filter will be ... very very very memory intensive.

Let me know if you have any questions.

I am about to deploy this to production this week for DappsOnCardano.com and open official PR to the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants