From c25852f425655d2a2a5dd307d5261e1d7a8ce829 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:37:58 -0500 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fc0a66..d0e5888 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ -# Waku RFCs +# Waku RFC (Request For Comments) -## Contributing +Waku builds a family of privacy-preserving, censorship-resistant communication protocols for web3 applications. +This repository contain RFCs from contributors wanting to imporve Waku protocols. + +## Resources +Relvant Waku resouces related to the specifications located in this repository: +- [Waku.org](https://waku.org/) +- [nWaku: Waku Node](https://github.com/waku-org/nwaku) + +## Contributions + +Contributions are welcome from any party. +Contributors can create specifcations relating to the Waku domain and +create a pull request to begin discussion. +There is no format/template for accepted specifications to the Waku RFC. + +New specifications that are considered a proof of concept, +should provide some implementation to help discussion. +If rough consensus is reached, +the specification could be considered to receive a draft status at the Vac RFC repository. + +**NOTE:** Specifications located in this repository should be considered not production ready. +Discussion should be conducted with the intention of maturing the specification. + +Head over to the [Vac RFC-Index](https://github.com/vacp2p/rfc-index) repository where other Waku specifcations live.