From 40f0380fc7c3f5a1f421de4e798c8c2775b3a08a Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:50:11 +0200 Subject: [PATCH] extending faq adding how to run a node point (#210) --- docs/learn/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/learn/faq.md b/docs/learn/faq.md index 51f5428..36f1ac0 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. + + +