https://github.com/code100x/sol-notifier
A simple frontend that let's users connect their wallets to notification sources like TG/WA/Native notifications on browser
https://github.com/code100x/sol-notifier
Last synced: over 1 year ago
JSON representation
A simple frontend that let's users connect their wallets to notification sources like TG/WA/Native notifications on browser
- Host: GitHub
- URL: https://github.com/code100x/sol-notifier
- Owner: code100x
- Created: 2024-03-07T07:33:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T09:57:53.000Z (over 2 years ago)
- Last Synced: 2025-01-12T06:41:06.478Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sol-notifier
A simple frontend that let's users connect their wallets to notification sources like TG/WA/Native notifications on browser
## Stack
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)
## What needs to be done
A simple UI where a user can
1. Add their `public key + blockchain` on the left
2. Add notifiers on the right (connect a discord channel/slack/whatsapp/push notifications in the browser)
3. A portfolio header that shows the user their net worth