mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-16 12:53:13 +00:00
README.md: adding more detail about RLN limits
This commit is contained in:
parent
a03507f677
commit
f6e0de4a48
@ -22,7 +22,11 @@ export KEYSTORE_PASSWORD=PICK_A_PASSWORD
|
||||
|
||||
**🔑 1. Register RLN membership**
|
||||
|
||||
The RLN membership is your access key to The Waku Network. Its registration is done onchain, and allows your nwaku node to publish messages in a decentralized and private way, respecting some rate limits. This command will register it and store in `keystore/keystore.json`. Note that if you just want to relay traffic (not publish), you don't need one.
|
||||
The RLN membership is your access key to The Waku Network. Its registration is done onchain, and allows your nwaku node to publish messages in a decentralized and private way, respecting some [rate limits](https://rfc.vac.dev/spec/64/#rate-limit-exceeded). Messages published
|
||||
in a too high rate will not be relayed to other peers.
|
||||
|
||||
This command will register your membership and store it in `keystore/keystore.json`.
|
||||
Note that if you just want to relay traffic (not publish), you don't need one.
|
||||
|
||||
```
|
||||
./register_rln.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user