rephrase waku definition (#84)
This commit is contained in:
parent
1346fc65aa
commit
a5b8407b9a
|
@ -50,7 +50,8 @@
|
|||
"permissioned",
|
||||
"Secp",
|
||||
"libpq",
|
||||
"dylib"
|
||||
"dylib",
|
||||
"uncompromised",
|
||||
],
|
||||
"flagWords": [],
|
||||
"ignorePaths": [
|
||||
|
|
|
@ -5,7 +5,7 @@ title: Peer Exchange
|
|||
The primary objective of this protocol is to facilitate peer connectivity for resource-limited devices without relying on `Discv5`. The peer exchange protocol enables light nodes to request peers from other nodes within the network. To learn more, please refer to the [Peer Exchange](https://rfc.vac.dev/spec/34/) specification.
|
||||
|
||||
:::info
|
||||
Peer Exchange enables requesting random peers from other network nodes without revealing information about their connectivity or neighborhood.
|
||||
`Peer Exchange` enables requesting random peers from other network nodes without revealing information about their connectivity or neighborhood.
|
||||
:::
|
||||
|
||||
#### Pros
|
||||
|
|
|
@ -41,4 +41,4 @@ Due to the lack of progress made on Whisper and growing concerns around scalabil
|
|||
|
||||
### Present Day
|
||||
|
||||
Waku has continued to evolve and enhance itself, solidifying its position as the standard for Web3 communication.
|
||||
Waku has continued to evolve and enhance itself, enabling privacy-focused and uncompromised Web3 communication at scale.
|
|
@ -7,7 +7,7 @@ slug: /
|
|||
Waku has risks and limitations as it is still developing and preparing for extensive adoption. However, it is already demonstrating its capabilities by [powering various applications](/powered-by-waku). [Join our community](/community) to stay updated on our progress.
|
||||
:::
|
||||
|
||||
Waku, the standard of Web3 communication, is a family of protocols that offer secure, private, and peer-to-peer communication in a decentralized environment. It is designed to operate in resource-limited environments but can also be used as a node or desktop application.
|
||||
Waku is a family of robust and censorship-resistant communication protocols enabling privacy-focused messaging for Web3 applications. It is designed to operate in resource-limited environments but can also be used as a node or desktop application.
|
||||
|
||||
Waku protocols ensure that users communication remains censorship-resistant and privacy-preserving, giving them complete control over their data. By integrating Waku into your dApp, you can add decentralized communication features to your application without compromising security or privacy.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: Why Waku?
|
|||
|
||||
Present-day communication is predominantly centralized, enabling significant third-party intervention, with profit motives overshadowing principles and downplaying censorship and privacy concerns. This shift leads to the exploitation and unauthorized use of user data in the surveillance economy, where data ownership is no longer in the hands of individuals.
|
||||
|
||||
Waku empowers individuals by restoring control of communication and data to them. Waku stands as the standard for Web3 communication, providing a scalable and decentralized solution.
|
||||
Waku transforms how individuals communicate and manage data by offering a scalable, decentralized solution that grants ultimate control.
|
||||
|
||||
- Waku improves upon Whisper's capabilities by overcoming limitations and addressing functional gaps.
|
||||
- Provides a public infrastructure for the Ethereum and multi-chain ecosystem, serving as a common good.
|
||||
|
|
Loading…
Reference in New Issue