We want you to develop a portfolio tracker. Users connect their wallet using MetaMask Extension or enter their wallet address manually and see their token list
Token list example:
| Name | Symbol | Decimals | Price (USD) | Balance | Balance (USD) |
|---|---|---|---|---|---|
| Wrapped Ethereum | WETH | 18 | 4000 | 0.1 | 400 |
| Wrapped BTC | WBTC | 8 | 62000 | 0.01 | 620 |
This list should be sortable by Balance (USD), Name and Symbol columns.
Also it should be searchable by Name and Symbol columns.