seamless-protocol / seamless-interface

https://seamless-interface.vercel.app
Other
7 stars 4 forks source link

Recent Transactions of Wallet - Related to ILMs [My Dashboard] #436

Open rcqiao opened 2 months ago

rcqiao commented 2 months ago

Name of feature/metric: Recent Transactions of Connected Wallet - potentially filtered to only include ILM related transactions (or could be all transactions)

Description of feature/metric: A table that shows all recent transactions of a connected wallet. Potentially limited to ILM related transactions (showing deposits, withdrawals, etc). Maybe it even shows recent rebalances of ILMs that the user has active fund balance in

Questions/considerations: Would hopefully show some basic human readable information on the trxn, then have a trxn link to basescan or something

Shown on the my dashboard page

Picture from design (if available): Image

Estimated Timeline:

Requirements/Data Sources: We can get this from Dune by querying for all deposit and withdraw events or from subgraph by indexing events properly. If we go for Dune it is really simple if we go for subgraph we would need to go handler which is just a little bit harder.

rcqiao commented 2 months ago

Advanced toros view gives an example of advanced view of transactions https://dhedge.org/vault/0xa672e882acbb96486393d43e0efdab5ebebddc1d scroll down to the bottom and click the tab "activity" Image

kitanovicd commented 2 months ago

We should use some third party or Subgraph or RPC.