mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-03 21:33:05 +00:00
Merge branch 'develop' into feat/migrations
This commit is contained in:
commit
99aaf52c10
2
.github/workflows/add-action-project.yml
vendored
2
.github/workflows/add-action-project.yml
vendored
@ -14,4 +14,4 @@ jobs:
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/waku-org/projects/2
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_20240815 }}
|
||||
|
||||
@ -33,3 +33,9 @@ import { AccordionItem } from '@site/src/components/mdx'
|
||||
<AccordionItem title="What are Rate Limiting Nullifiers (RLN)?">
|
||||
<a href="/learn/concepts/protocols#rln-relay">Rate Limiting Nullifier</a> 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 <a href="/learn/concepts/protocols#relay">Relay</a> 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.
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem title="How to start a Waku node?">
|
||||
Follow the README instructions at <a href="https://docs.waku.org/guides/nwaku/run-node">nwaku-compose</a>.
|
||||
</AccordionItem>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user