I just built a DeFi wallet dashboard.
It shows a wallet’s ETH balance and current ETH price.
During the time I was building it and dissecting through the topics, I understood that we only need to build a backend layer between the request and the response.
And that backend needs to connect three things together in order to complete the whole flow -
- The backend (what we are building)
- Connection to Ethereum blockchain (to check the user’s Eth balance)
- Connection to CoinGecko (to fetch the current ETH price)-
I wrote the complete breakdown here, check it out -
https://medium.com/@ashutosh122002/i-built-a-defi-wallet-dashboard-332aab245f68
Top comments (0)