From b9dfd01b054125f8226358c5fff14b24f9061686 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 29 Aug 2024 12:42:04 +0200 Subject: [PATCH] extending faq adding how to run a node point --- docs/learn/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/learn/faq.md b/docs/learn/faq.md index 51f5428..45653e1 100644 --- a/docs/learn/faq.md +++ b/docs/learn/faq.md @@ -33,3 +33,9 @@ import { AccordionItem } from '@site/src/components/mdx' Rate Limiting Nullifier is a zero-knowledge (ZK) protocol enabling spam protection in a decentralized network while preserving privacy. Each message must be accompanied by a ZK proof, which Relay nodes verify to ensure the publishers do not send more messages than they are allowed. The ZK proof does not leak any private information about message publishers - it only proves they are members of a set of users allowed to publish a certain number of messages per given time frame. + + + Follow the README instructions at nwaku-compose. + + +