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

tx: auto-import from wallet #13

Open
tomholford opened this issue Nov 12, 2022 · 0 comments
Open

tx: auto-import from wallet #13

tomholford opened this issue Nov 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tomholford
Copy link
Owner

tomholford commented Nov 12, 2022

summary

Connect one or more wallets and auto-import Transactions.

ETH-only initially, unless there is a lib that makes cross-chain EZ. Eventually support other chains.
This data would be used to show real time net worth & P / L. Soon, visualizations.
Eventually address book, wallet client, injected dapp browser like Coinomi

pre-reqs

  1. extend existing data model
  • add Wallet MVC
  • maybe add Account too? or is it fine to just show Wallet --> TX relationship for now? (w/o Account, can hack it by pivoting by address)
  • add debit to TX model, will be easy to populate during auto-import

flow

  1. add wallet button
  2. connect wallet flow (e.g, with WalletConnect)
  3. query decentralized chain index node (is there one for urbit? a la BTC)
  4. load list of TX
  5. show summary, approve all?
  6. [v1] compare to existing imports, flag potential dupes
  7. [v1] select for approval
  8. persist new TX, redirect to wallet detail view
@tomholford tomholford added the enhancement New feature or request label Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant