liftedinit / liftedinit/roadmap
View balance in Address Details in Talib
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description: We decided to remove balance from the Address Details #53 story because there are additional requirements for items such as mint/burn of tokens and multi-sig transactions. The backend work related to this story is in #96.
**As a user, I want to view the balance of a specific address in Talib so that I stay informed.**
- [ ] Should calculate and display the current balance of an address.
- [ ] Should include the calculation of mint/burn tokens.
- [ ] Should include multi-sig transactions.
- [ ] Should update the Transactions Table with these types.
- [ ] Should present the same balance value for a user in both Alberto and Talib.
- [ ] Should be demoed.
Notes:
Hans/Stanley to decide on best path to implementation.
- Could be done with a frontend call of ledger.balance.
- Outlier for this would be if a user was awarded tokens during a genesis event.
- Genesis state can impact multi-sig as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the related Address Details story #53 and backend work in #96, then inspect the Talib Address Details view and Transactions Table entry points. Check how ledger.balance is exposed and how Alberto represents balances, including mint/burn, multi-sig, and genesis-event cases. Done means the balance and transaction types are consistent between Talib and Alberto and the result is demoed.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100