This commit is contained in:
alrevuelta 2023-11-07 19:16:07 +01:00
parent 27ba87a7e2
commit 1054c89977
No known key found for this signature in database
GPG Key ID: F345C9F3CCDB886E

View File

@ -28,9 +28,9 @@ The RLN membership is your access key to The Waku Network. Its registration is d
./register_rln.sh ./register_rln.sh
``` ```
**🖥️ 2. Start everything** **🖥️ 2. Start your node**
Start all processes. Your RLN membership is loaded into nwaku under the hood. Start all processes: nwaku node, database and grafana for metrics. Your RLN membership is loaded into nwaku under the hood.
```console ```console
docker-compose up -d docker-compose up -d
``` ```