Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Sep 15, 2023
1 parent 6a20aa6 commit 9d1a25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion skandha
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 9d1a25c

Please sign in to comment.