2024-02-15 00:11:02 +00:00
|
|
|
# Waku Specifications
|
2024-01-30 03:56:56 +00:00
|
|
|
|
2024-02-14 00:37:58 +00:00
|
|
|
Waku builds a family of privacy-preserving, censorship-resistant communication protocols for web3 applications.
|
2024-02-15 19:47:13 +00:00
|
|
|
This repository contains specifications for the Waku suite of protocols.
|
|
|
|
|
|
|
|
## Index:
|
|
|
|
- Informational:
|
|
|
|
- Standards
|
|
|
|
- Core:
|
|
|
|
- Application:
|
|
|
|
|
|
|
|
| Waku Specifications | Description |
|
|
|
|
| ---- | -------------- |
|
|
|
|
|[10/WAKU2](https://rfc.vac.dev/spec/10/)| Core |
|
|
|
|
|[11/WAKU2-RELAY](https://rfc.vac.dev/spec/11)| Core |
|
|
|
|
|[12/WAKU2-FILTER](https://rfc.vac.dev/spec/12)| Core|
|
|
|
|
|[13/WAKU2-STORE](https://rfc.vac.dev/spec/13/)| Core |
|
|
|
|
|[14/WAKU2-MESSAGE](https://rfc.vac.dev/spec/14/)| Core |
|
|
|
|
|[15/WAKU2-BRIDGE](https://rfc.vac.dev/spec/15)| Core |
|
|
|
|
|[16/WAKU2-RPC](https://rfc.vac.dev/spec/16)| Core |
|
|
|
|
|[17/WAKU2-RLN-RELAY](https://rfc.vac.dev/spec/17/)| Core |
|
|
|
|
|[18/WAKU2-SWAP](https://rfc.vac.dev/spec/18/)| Application |
|
|
|
|
|[19/WAKU2-LIGHTPUSH](https://rfc.vac.dev/spec/19/)| Core |
|
|
|
|
|[20/TOY-ETH-PM](https://rfc.vac.dev/spec/20/)| Application |
|
|
|
|
|[21/WAKU2-FAULT-TOLERANT-STORE](https://rfc.vac.dev/spec/21/)| Application |
|
|
|
|
|[22/TOY-CHAT](https://rfc.vac.dev/spec/22/)| Informational |
|
|
|
|
|[23/WAKU2-TOPICS](https://rfc.vac.dev/spec/23/)| Informational |
|
|
|
|
|[26/WAKU2-PAYLOAD](https://rfc.vac.dev/spec/26/)| Application |
|
|
|
|
|[27/WAKU2-PEERS](https://rfc.vac.dev/spec/27/)| Informational |
|
|
|
|
|[29/WAKU2-CONFIG](https://rfc.vac.dev/spec/29/)| Informational |
|
|
|
|
|[30/ADAPTIVE-NODES](https://rfc.vac.dev/spec/30/)| Informational |
|
|
|
|
|[33/WAKU2-DISCV5](https://rfc.vac.dev/spec/33/)| Core |
|
|
|
|
|[36/WAKU2-BINDINGS-API](https://rfc.vac.dev/spec/36/)| Core |
|
|
|
|
|[53/WAKU2-X3DH](https://rfc.vac.dev/spec/53/)| Application |
|
|
|
|
|[54/WAKU2-X3DH-SESSIONS](https://rfc.vac.dev/spec/54/)| Application |
|
|
|
|
|[ADVERSARIAL-MODELS](informational/adversarial-models.md)| Informational |
|
|
|
|
|[RELAY-STATIC-SHARD-ALLOC](informational/relay-static-shard-alloc.md)| Informational |
|
|
|
|
|[DANDELION](standards/application/dandelion.md)| Application |
|
|
|
|
|[WAKU2-DEVICE-PAIRING](standards/application/device-pairing.md)| Application |
|
|
|
|
|[WAKU2-PEER-EXCHANGE](standards/core/peer-exchange.md)| Core |
|
|
|
|
|[WAKU2-ENR](standards/core/enr.md)| Core |
|
|
|
|
|[WAKU2-NOISE](standards/application/noise.md)| Application |
|
|
|
|
|[TOR-PUSH](standards/application/tor-push.md)| Application |
|
|
|
|
|[WAKU2-INCENTIVIZATION](standards/core/incentivization.md)| Core |
|
|
|
|
|[WAKU2-METADATA](standards/core/metadata.md)| Core |
|
|
|
|
|[WAKU2-NETWORK](standards/core/network.md)| Core |
|
|
|
|
|[RELAY-SHARDING](standards/core/relay-sharding.md)| Core |
|
|
|
|
| WAKU2-STOREV3 | Coming Soon |
|
|
|
|
|
|
|
|
|
2024-02-14 00:37:58 +00:00
|
|
|
|
|
|
|
## Resources
|
2024-02-15 19:47:13 +00:00
|
|
|
Relevant Waku resources related to the specifications located in this repository:
|
2024-02-14 00:37:58 +00:00
|
|
|
- [Waku.org](https://waku.org/)
|
2024-02-15 19:47:13 +00:00
|
|
|
- [nwaku: Waku Node](https://github.com/waku-org/nwaku)
|
2024-02-14 00:37:58 +00:00
|
|
|
|
|
|
|
## Contributions
|
|
|
|
|
|
|
|
Contributions are welcome from any party.
|
2024-02-15 19:47:13 +00:00
|
|
|
Contributors can create specifications relating to the Waku domain and
|
2024-02-14 00:37:58 +00:00
|
|
|
create a pull request to begin discussion.
|
2024-02-15 19:47:13 +00:00
|
|
|
The recommended template may be used for new proposed specifications.
|
2024-02-14 00:37:58 +00:00
|
|
|
|
2024-02-15 19:47:13 +00:00
|
|
|
New specifications are considered a proof of concept.
|
|
|
|
Once a rough consensus is reached towards stabilization,
|
2024-02-15 00:31:29 +00:00
|
|
|
the specification may be considered to receive the draft status and
|
|
|
|
further discussion will continue on the [Vac RFC-Index](https://github.com/vacp2p/rfc-index) repository.
|
2024-02-14 00:37:58 +00:00
|
|
|
|
|
|
|
**NOTE:** Specifications located in this repository should be considered not production ready.
|
2024-02-15 19:47:13 +00:00
|
|
|
Discussion should be conducted with the intention of maturing each specification.
|
2024-02-14 00:37:58 +00:00
|
|
|
|
2024-02-15 19:47:13 +00:00
|
|
|
Head over to the [Vac RFC-Index](https://github.com/vacp2p/rfc-index) repository where other Waku specifications live.
|