Skip to content

Lemon dApp is a world's first encrypted & decentralized e-mail service.

License

Notifications You must be signed in to change notification settings

DevanaLabs/lemon.email-dApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LemonMail DApp

LemonMail DApp is a completely decentralized version of LemonMail, a security-focused email service. Functioning as a stand-alone version of LemonMail, the DApp consist entirely of front-end Javascript code that interacts with an Ethereum contract that serves as a back-end. All message content is end-to-end encrypted and stored on IPFS, a peer-to-peer storage network. The front-end code is open source and also hosted on IPFS (although you are free to deploy and run it anywhere you want). Utilizing decentralized technologies such as Ethereum and IPFS along with public key encryption ensures both platform stability and user privacy. No one can access other users' messages, tamper with the message content or take the service down - not even us!

This is a highly experimental software that aims to demonstrate that it is possible to achieve secure message exchange without trusted third-party. We encourage you to inspect the code and even deploy your own instance of the application and run it wherever you want - locally, on your own server or on IPFS. See below for instructions on how to build and deploy the code. Because we are still at an early testing stage, the Ethereum contract runs on a testnet. You will need a small amount of Kovan Ether in order to use the Dapp - get in touch and we'll be more than happy to send you some!

Building and deployment

In order to build the application, run the following:

npm install
npm run production
cp -r public/web/dist/* publicIpfs

Then if you want to publish the application on IPFS, run:

ipfs add -r publicIpfs

You should receive the following hash:

QmfJ856Hu6LCHo64eMrvnKPpqevAkB8aJ83o1cMrtt59KM

You can then access the app through an IPFS gateway, e.g. https://ipfs.io/ipfs/QmfJ856Hu6LCHo64eMrvnKPpqevAkB8aJ83o1cMrtt59KM

The changelog

Alpha 0.1 - 02.05.2017.

  • Initial alpha release

About

Lemon dApp is a world's first encrypted & decentralized e-mail service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages