iOS wallet app to demo auth with Web3Auth. The user can check their balance and NFT.
This project is an iOS wallet app. Demonstrate how to do auth with Web3Auth, and check account balance and NFT. User can auth by Web3Auth Plug and Play SDK, and use alchemy api to check balance for Ethereum, Base, Arbitrum and Optimism token balance, use coinpaprika api to get token price.
I plan to use this project to let me be involved in crypto world. And the idea is build a wallet. Currently, I am an iOS developer. The swift part is easy for me. The ethereum part is difficult for me. So, I first step is to get account balance, after research I found I can use alchemy api, and second, I need to count the value for those token, I use coinpaprika api. I also create a page to display NFT in this wallet. Lastly, I use web3auth api to finish auth part.