portfolio
portfolio copied to clipboard
Retrieve balances from MetaMask (non-logged-in user)
Upon connection to MetaMask we should:
- Get a list of addresses in the wallet
- 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.
- If ETH or token balance is non-zero, then we display a card for that network/address/token (#188)