diff --git a/README.md b/README.md index a3caea39..23b77c5e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ make mobile-ios - [Encrypting and decrypting Waku Messages](docs/api/encoding.md) - [Retrieve message history using Waku Store](docs/api/store.md) - [C Bindings](library/README.md) +- [Waku Specs](https://rfc.vac.dev/spec), has information of [waku topics](https://rfc.vac.dev/spec/23/), wakuv1/[wakuv2](https://rfc.vac.dev/spec/14/) message, [rln relay](https://rfc.vac.dev/spec/58/) etc. +- [Enr](https://eips.ethereum.org/EIPS/eip-778), [Enrtree](https://eips.ethereum.org/EIPS/eip-1459) +- [devp2p](https://github.com/ethereum/go-ethereum/tree/master/cmd/devp2p) tool for playing with enr/entree sync tree. [Tutorial](https://geth.ethereum.org/docs/developers/geth-developer/dns-discovery-setup) ## Examples Examples of usage of go-waku as a library can be found in the `examples/` folder: