Added copy

This commit is contained in:
xray-acid 2022-05-20 16:36:32 +02:00 committed by GitHub
parent 31385d1025
commit 76cbdefef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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 Ethereums 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/)
Its 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/)