-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- 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
- add wallet button
- connect wallet flow (e.g, with WalletConnect)
- query decentralized chain index node (is there one for urbit? a la BTC)
- load list of TX
- show summary, approve all?
- [v1] compare to existing imports, flag potential dupes
- [v1] select for approval
- persist new TX, redirect to wallet detail view
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request