From bb6cad64c2323dbfdbeb690bc423c4eab8fdd7a4 Mon Sep 17 00:00:00 2001 From: Alvaro Revuelta Date: Mon, 10 Jun 2024 17:54:46 +0200 Subject: [PATCH] Update documentation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9085d..905fd98 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,14 @@ docker-compose --compatibility up -d This will: -* spin up grafana/prometheus for monitoring, see `http://localhost:3000`. +* create a private blockchain and attach a block explorer. +* deploy RLN contract to it. * spin up a bootstrap nwaku node. * spin up a given amount of nwaku nodes with specific versions. -* spin up a `rest-traffic` instance that will inject traffic into the network (see flags for rate and msg size) +* register an RLN membership for each nwaku node. +* spin up a `rest-traffic` instance that will inject traffic into the network via the REST API. +* see block-explorer `http://localhost:3000`. +* see grafana with node metrics `http://localhost:3001`. ## notes