You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,17 +153,15 @@ This will start a local Geth development node with HTTP RPC enabled, useful for
153
153
When testing and debugging, you can record all `eth_sendRawTransaction` requests using the `--record` flag. This works with both `eth-rpc` and `revive_dev_stack`:
154
154
155
155
```sh
156
-
# Record requests when running eth-rpc standalone
156
+
# Record requests when running eth-rpc
157
157
eth-rpc run ws://localhost:9944 --record
158
158
159
159
# Or specify a custom path for the recorded requests
160
160
eth-rpc run ws://localhost:9944 --record=/path/to/requests.log
161
161
162
162
# Record requests when running the full stack in tmux
163
-
evive_dev_stack --record
163
+
revive_dev_stack --record
164
164
165
-
# Or with a custom path
166
-
revive_dev_stack --record=/path/to/requests.log
167
165
```
168
166
169
167
When `--record` is enabled, eth-rpc will:
@@ -240,7 +238,7 @@ westend run # Run with polkadot-omni-node
240
238
# Run the full Westend stack in tmux
241
239
westend_stack
242
240
243
-
# Similarly for Passet Hub (requires https://github.com/paseo-network/passet-hub checkout under ~/github/passet-hub)
241
+
# Similarly for Passet Hub (requires https://github.com/paseo-network/passet-hub checkout under ~/github/passet-hub-
0 commit comments