From 9d1a25c1bee8df1ae7826aae7c42c93bfda503fb Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Fri, 15 Sep 2023 16:24:24 +0500 Subject: [PATCH] update readme --- README.md | 3 ++- skandha | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e0c163..bc12fede 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ or follow steps below: 1. `cp config.json.default config.json` 2. edit `config.json` 3. `docker build -t etherspot/skandha .` -4. `docker run --mount type=bind,source="$(pwd)"/config.json,target=/usr/app/config.json,readonly -dp 14337:14337 etherspot/skandha start` +4. `docker run --mount type=bind,source="$(pwd)"/config.json,target=/usr/app/config.json,readonly -dp 14337:14337 etherspot/skandha standalone` ## 📜 Additional features @@ -49,6 +49,7 @@ or follow steps below: ### ⚡️ CLI Options - `--unsafeMode` - enables unsafeMode - `--redirectRpc` - enables redirecting eth rpc calls +- `--executor.bundlingMode manual|auto` - sets bundling mode to `manual` or `auto` on start. Default value is `auto` ## 🔑 Relayer Configuration diff --git a/skandha b/skandha index 579dc5b4..3a599a91 100755 --- a/skandha +++ b/skandha @@ -2,6 +2,6 @@ # Convenience script to run the etherspot binary from built source # -# ./skandha --redirectRpc +# ./skandha standalone --redirectRpc node --experimental-specifier-resolution=node ./packages/cli/bin/skandha.js "$@" \ No newline at end of file