diff --git a/whisper/README.md b/whisper/README.md index 1a7587890..a1edb2d2a 100644 --- a/whisper/README.md +++ b/whisper/README.md @@ -4,4 +4,6 @@ Go implementation of the [Whisper specifications](https://geth.ethereum.org/docs # Deprecation Warning! -This package is **DEPRECATED** and, except for security patches, should not receive any further updates. \ No newline at end of file +This package is **DEPRECATED** and, except for security patches, should not receive any further updates. + +Whisper has been forked into Waku. See [Go implementation](https://github.com/status-im/status-go/tree/develop/waku), [spec](https://specs.vac.dev/specs/waku/waku.html) and [motivation](https://vac.dev/fixing-whisper-with-waku) for more.