A decentralized mail service which enables two people to send mails on their ens domains.
Our preliminary idea was to make it possible to send mails from one address to another. This was basically kept in mind with the shortcomings of mail services such as Gmail and Outlook. We aim at providing Decentralized way of getting and sending mails, stored on IPFS/Filecoin with unlimited storage.
In 0xMail we are using IPFS/Filecoin to store the metadata of all the emails using the web3.storage API - https://github.com/Akshit1311/0xmail/blob/main/apps/backend/filecoin.js . We used Unstoppable Domains for getting our clients logged in -(https://github.com/Akshit1311/0xmail/tree/main/apps/web/src/helpers/ud) and also WorldCoin for human verification - (https://github.com/Akshit1311/0xmail/tree/main/apps/web/src/helpers/worldCoin) . We used the ethers library to resolve the ENS domains from wallet addresses via reverse resolution.