From f90a35c46693b43588500919fe5da1dd66dc87e2 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Fri, 18 Jul 2025 13:10:15 +0530 Subject: [PATCH] fix: update readme.md --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c1ec7eb..c339fe7 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,19 @@ Ready‑to‑use **docker‑compose** stack for running your own [nwaku](https:/ | **2** | **setup_wizard** | Fastest one-command bootstrap | Generates `.env`, registers RLN, and spins up the whole stack automatically | | **3** | **Manual script** | Power users / CI | Mint & approve tokens yourself, then run the script for maximum control | +
+🌐 option 1 :- RLN.WAKU.ORG [ recommended ] + +To register for RLN membership and generate your keystore: + +1. Visit [https://rln.waku.org](https://rln.waku.org). +2. Follow the instructions to register your membership and generate a `keystore.json` file. +3. Download the generated `keystore.json` and place it in the `keystore/` directory of your `nwaku-compose` setup (i.e., at `keystore/keystore.json`). + +
-⚙️ option 1 :- SETUP-WIZARD [ experimental ] +⚙️ option 2 :- SETUP-WIZARD [ experimental ] Run the wizard script. Once the script is done, the node will be started for you, so there is nothing else to do. @@ -37,17 +47,6 @@ The script is experimental, feedback and pull requests are welcome.
-
-🌐 option 2 :- RLN.WAKU.ORG [ recommended ] - -To register for RLN membership and generate your keystore: - -1. Visit [https://rln.waku.org](https://rln.waku.org). -2. Follow the instructions to register your membership and generate a `keystore.json` file. -3. Download the generated `keystore.json` and place it in the `keystore/` directory of your `nwaku-compose` setup (i.e., at `keystore/keystore.json`). - -
-
🧪 option 3 :- MANUAL SCRIPT [ advanced ]