From 58ebf09ef9e67701d681ed1add8c06e126d19be4 Mon Sep 17 00:00:00 2001 From: harsh-98 Date: Thu, 4 May 2023 11:21:46 +0530 Subject: [PATCH] docs: add waku specs, devp2p tool for enr/enrtree --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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: