/psst

A Hello world chat app using Ethereum's Whisper protocol

Primary LanguageCoffeeScript

psst

psst

p2p chat and messaging application using Ethereum's Whisper network and shh protocol.

Getting started

Still under development. You can run the app in its current state by checking out the code running using electron.

git clone https://github.com/d11e9/psst.git
cd psst

# requires nodejs and electron-prebuilt to be installed
# as well as a local running Ethereum node.

npm install
npm run app

Prebuilt binaries

Not yet available, but comming soon.