Defi dashboard to check portfolio balances and prices ranked from highest value token
Dashboard using Covalent API's to load tokens. User can select different ENS names or Ethereum addresses to load tokens for. Users can also select which chain to check tokens for. Historical values of tokens is a feature that could be added later as well as NFT's but I didn't have enough time.
Uses Create React App, Tailwind CSS and Covalent API's, which are all fairly standard web technologies. The Covalent API's saved a lot of work from resolving prices to looking up logos. It allowed me to retrieve almost all the information I needed in a single rest call instead of having to query the chain multiple times and query different sources.