mirror of https://github.com/status-im/go-waku.git
docs: add waku specs, devp2p tool for enr/enrtree
This commit is contained in:
parent
caeba39b21
commit
58ebf09ef9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue