portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Retrieve balances from MetaMask (non-logged-in user)

Open dnaidionov opened this issue 5 years ago • 0 comments

Upon connection to MetaMask we should:

  1. Get a list of addresses in the wallet
  2. For each address go through the list of [ETH, CARD, popular tokens (as defined in https://github.com/MetaMask/eth-contract-metadata )] checking against our indices, not the network.
  3. If ETH or token balance is non-zero, then we display a card for that network/address/token (#188)

dnaidionov avatar Jun 05 '19 14:06 dnaidionov