docs: add waku specs, devp2p tool for enr/enrtree

This commit is contained in:
harsh-98 2023-05-04 11:21:46 +05:30 committed by RichΛrd
parent caeba39b21
commit 58ebf09ef9
1 changed files with 3 additions and 0 deletions

View File

@ -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: