In one sentence, the idea is to create a social media platform for blockchain users!
A user would:
- Connect their wallet
- Upload a profile pic or select an NFT they own.
- Write a bio blurb.
- Follow other wallets.
- See a feed of on & off chain activity of theirs and the wallets they follow.
- Comment, like, share, and quote post items from their feed.
- Link their Website, Twitter, OpenSea, Looksrare, Snapshot, etc
- Message each other (stretch goal)
Frontend is built with React and Ethers.js to interface with the chainz.
Backend is built with Django and will use a postgres db to store data.
Hacks using Sponsors
- Covalent to grab transaction data of a user. This keeps us from downloading and indexing the chains.
- IPFS to store profile pics, and read NFTs. Quick way to store public profile pics and reduce our load.
- ENS to be able to find a profile more easily.
- EPNS to send notifications to users (stretch goal)