All Projects → DevanaLabs → Lemon.email Dapp

DevanaLabs / Lemon.email Dapp

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lemon.email Dapp

Client
(Aragon 1) Create and manage decentralized organizations on Ethereum.
Stars: ✭ 733 (+372.9%)
Mutual labels:  blockchain, ethereum, dapp, startups
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-76.13%)
Mutual labels:  blockchain, ethereum, dapp
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-76.77%)
Mutual labels:  blockchain, ethereum, dapp
Eth95
🛠️ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (-10.32%)
Mutual labels:  blockchain, ethereum, dapp
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-9.68%)
Mutual labels:  blockchain, ethereum, dapp
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (-85.81%)
Mutual labels:  blockchain, ethereum, dapp
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-66.45%)
Mutual labels:  blockchain, ethereum, dapp
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+170.97%)
Mutual labels:  blockchain, ethereum, dapp
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-59.35%)
Mutual labels:  blockchain, ethereum, dapp
Web Sdk
Portis Web SDK
Stars: ✭ 65 (-58.06%)
Mutual labels:  blockchain, ethereum, dapp
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+692.26%)
Mutual labels:  blockchain, ethereum, dapp
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-89.03%)
Mutual labels:  blockchain, ethereum, dapp
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+381.94%)
Mutual labels:  blockchain, ethereum, dapp
Eth Hodler
A simple DApp & ERC20 token written in Solidity running on the Ethereum blockchain www.hdao.org
Stars: ✭ 31 (-80%)
Mutual labels:  blockchain, ethereum, dapp
Awesome Dapps
A curated list of awesome decentralized applications / resources
Stars: ✭ 130 (-16.13%)
Mutual labels:  blockchain, ethereum, dapp
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+7424.52%)
Mutual labels:  blockchain, ethereum, dapp
Love Ethereum
区块链学习
Stars: ✭ 323 (+108.39%)
Mutual labels:  blockchain, ethereum, dapp
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (+142.58%)
Mutual labels:  blockchain, ethereum, dapp
Subspace
Library for Reactive Dapp Development with auto syncing and caching capabilities
Stars: ✭ 57 (-63.23%)
Mutual labels:  blockchain, ethereum, dapp
Ethvtx
🌀🛰 ethereum-ready & framework-agnostic redux store configuration
Stars: ✭ 125 (-19.35%)
Mutual labels:  blockchain, ethereum, dapp

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].