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.