Update documentation (#63)

This commit is contained in:
Alvaro Revuelta 2024-06-10 17:56:34 +02:00 committed by GitHub
parent e562e31791
commit 7c0950c28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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