Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 822 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 822 Bytes

EtherChat

EtherChat is an decentralized app running on Ethereum platform that allows you to send encrypted messages via a smart contract. Only you and the recipient of a message can decrypt it. All encrypted messages will be available for everyone to see because it is on the Ethereum blockchain, however, only the sender and the receiver can decrypt the messages between them, on one else can intercept it.

EtherChat only depends on the Ethereum network and can work without any centralized server.

Article on Medium

https://medium.com/@leonardnguyen/etherchat-decentralized-messaging-application-on-ethereum-network-part-1-253e5078770b

Official web app

https://etherchat.co

Authors

Minh Nguyen, [email protected]

License

EtherChat is available under the MIT license. See the LICENSE file for more info.