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

[TASK] Fetch and display all non-zero token balances on the account page #2597

Open
drewstone opened this issue Oct 22, 2024 · 0 comments
Open
Assignees

Comments

@drewstone
Copy link
Contributor

drewstone commented Oct 22, 2024

Overview

Tangle

We have liquid staking integrated now, if we're testing that, test that you can see your LST balance in the account page. This leads us towards check balances of all assets owned in the native system.

Similarly, TNT accounts can hold ERC20 assets. You may want to track the balances (as described below) at the mapped EVM address for the native TNT account.

EVM

For each EVM token in the config package, specifying ERC20 token addresses on Tangle EVM, we simply want to query the balance of the active account and display the balance in the account page.

Now that we are fetching balances in the account page, these balances should also be cached/stored so that when a user goes to restake assets on Tangle, that the list of tokens is sorted first by those that they have balances of.

@drewstone drewstone converted this from a draft issue Oct 22, 2024
@drewstone drewstone changed the title [TASK] Fetch EVM balances of all tracked tokens and display on account page [TASK] Fetch and display all non-zero token balances on the account page Nov 4, 2024
@yurixander yurixander removed their assignment Nov 26, 2024
@devpavan04 devpavan04 moved this from Planning 🗺️ to Building 🏗️ in Webb Universe Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Building 🏗️
Development

No branches or pull requests

3 participants