From 94a02b1432a3e7b19e5da324b42cd7c8f043323f Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 28 Sep 2021 19:00:14 -0400 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0754161 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Rendezvous +================= + +# What is this? + +Similar to status-im/rendezvous in using a smaller liveness TTL for records (20s), and not using UNREGISTER REQUEST, +due to assuming that the TTL is very low (making it incompatible with libp2p original rendezvous spec). This module +is intended to be used in go-waku as a ambient peer discovery mechanism. + +This module uses protobuffers instead of RLP, and does not use ENR ([Ethereum Node Records](https://eips.ethereum.org/EIPS/eip-778))