embark/packages/plugins/whisper-geth
emizzle 4a10476e85 refactor(@embark/whisper): Remove unneeded whisper layer
1. get rid of the whisper layer and handle everything in the communication layer
2. Create a gethWhisper and a parityWhisper plugin that has the same files as packages/embark/src/lib/modules/geth, except with a whisperClient instead of gethClient, and will include most of https://github.com/embark-framework/embark/blob/master/packages/plugins/whisper/src/index.js.
3. Get rid of any whisper registration in geth.
4. In the whisperGeth and whisperParity plugins, modify the request for communication:node:register, to end up calling `startWhisperNode`
2019-11-26 12:22:05 +01:00
..
src refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00
CHANGELOG.md refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00
README.md refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00
package.json refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00

README.md

embark-whisper-geth

Module to add Whisper support to Embark for the Geth blockchain

Visit embark.status.im to get started with Embark.