Covert-Comms is a ethereum blockchain based, encrypted, secure, untraceable communications DApp.
- Untraceable communications
- Secure
- Encrypted
You can also:
- Send and recieve files
- Self Destruct Dapp / Server / Message
Covert-Comms uses a number of open source projects to work properly:
- [node.js] - evented I/O for the backend Covert Comms DApp
- [Express] - fast node.js network app framework
- Go - the Ethereum Whisper P2P Server
Covert-Comms requires
Go - to run the Ethereum Whisper Protocol P2P server Node.js v4+ to run the Dapp
Install the dependencies and devDependencies and start the server.
$ cd covert-comms
$ npm install -d
$ node app
For production environments...
$ npm install --production
$ NODE_ENV=production node app
Want to contribute? Great!
Covert-Comms uses HTML5 & Javascript.
Open your favorite Terminal and run these commands.
First Tab:
$ node app
- Write MORE Tests
- Add Group Chat
- Social Integration
MIT
For details on support check out the support page Support Page