Decentralised microblogging app where you own your content and can earn from it without third party involved
This app allows users to use all the normal social media functionality but more in a decentralised way. It will be a micro blogging app where you can share your thoughts and get incentives monetary for using the app.
Core Features and Functionality:
User can search other profile , follow them and connect with them
This project uses MetaMask wallet as a Signer. The frontend is developed using Next.js and styled by Tailwind.css. For file storage(posts and media) IPFS is used as a decentralised storage system and each NFT is stored in nft.storage. The backend is developed in Solidity and Hardhat is used for local development and deployed on polygon mumbai testnet. IPFS is the crucial part of the Dapp because any social media requires a large amount of data storage and IPFS was the best option available. All the metadata related to profile, posts are stored in IPFS.