From 76cbdefef778b036d20a93a153b440ed5b75411e Mon Sep 17 00:00:00 2001 From: xray-acid <101130721+xray-acid@users.noreply.github.com> Date: Fri, 20 May 2022 16:36:32 +0200 Subject: [PATCH] Added copy --- technology/waku.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/technology/waku.md b/technology/waku.md index e69de29..c21fec2 100644 --- a/technology/waku.md +++ b/technology/waku.md @@ -0,0 +1,8 @@ +Waku is a peer-to-peer communication layer. + +\The first protocol in Logos’ stack is Waku, which has its origins in Ethereum’s Whisper protocol, but is optimized for scalability and better usability. +Waku removes centralized third parties from messaging - enabling private, secure, censorship-free communication. +Waku is designed for generalized messaging, enabling both human-to-human or machine-to-machine communication. +Waku is in production and is actively being used by projects like [Status](https://www.status.im) and [WalletConnect v2.](https://walletconnect.com/) +It’s economic spam protection is still under research, and a paper published on the topic can be found [here](https://raw.githubusercontent.com/vacp2p/research/master/rln-research/Waku_RLN_Relay.pdf) +[Current Specification](https://rfc.vac.dev/spec/6/) [Research Forum](https://forum.vac.dev/) [Github](https://github.com/vacp2p/)