← Back to home

0xmail

A decentralized mail service which enables two people to send mails on their ens domains.

Screenshots

0xmail screenshot 1
0xmail screenshot 2
0xmail screenshot 3

Problem Statement

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.

Solution

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.

Hackathon

ETHOnline 2022

2022

Prizes

  • 🏆

    🏊 Worldcoin — Pool Prize

  • 🏆

    🥇 Unstoppable — Best use of Login with Unstoppable

  • 🏆

    🏊‍♂️ Unstoppable — Pool Prize

Contributors