A simple frontend that let's users connect their wallets to notification sources like TG/WA/Native notifications on browser
Create a monorepo which has
-
Core web2 service
- Next.js
- Typescript
- Authentication via gmail/wallet is required. See next-auth with mm over here - https://github.com/DakaiGroup/nextjs-nextauth-metamask
-
Web3 indexer
- Needs to index all the wallets and find the Tokens the user has and it's amount
- NFTs the user has and it's amount (maybe only blue chips from a list)
-
Price indexer
- Needs to poll coingecko and get back prices for tokens
- Needs to poll ME/Tensor for floor price of NFT (floor - royalty is the final proce)
A simple UI where a user can
- Add their
public key + blockchain
on the left - Add notifiers on the right (connect a discord channel/slack/whatsapp/push notifications in the browser)
- A portfolio header that shows the user their net worth