From 19b2b82edc4862682a294bf601e2aae463d9e232 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 2 Mar 2021 23:11:42 -0800 Subject: [PATCH] document --with-provider2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f02a261..dfbe96c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ export AQUARIUS_VERSION=v2.0.0 | -------------------------- | ----------------------------------------------------------------------------------------------- | | `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. | | `--no-provider` | Start up Ocean without the `provider` Building Block. | +| `--with-provider2` | Runs a 2nd provider, on port 8031. This is required for ocean.js/ocean.py integration tests. 2nd Provider will use the same image and parameters (log_level, ipfs gateway, compute gateway, etc) as provider1, but has a different private key | | `--no-ganache` | Start up Ocean without the `ganache` Building Block. | | `--no-dashboard` | Start up Ocean without the `dashboard` Building Block. | | `--skip-deploy` | Start up Ocean without deploying the contracts. Useful when ethereum node already has contracts.|