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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,11 @@ An interactive Solidity shell with lightweight session recording.
27
27
28
28
***Note**: Sessions can be saved and restored using the `.session` command. Your previous session is always stored and can be loaded via `.session load previous` (not safe when running concurrent shells).
29
29
***Note**: `.reset` completely removes all statements. `.undo` removes the last statement.
30
-
***Note**: see what's been generated under the hood? call `.dump`.
31
-
***Note**: settings are saved on exit (not safe when running concurrent shells). call `config set <key> <value>` to change settings like ganache port, ganache autostart, etc.
32
-
***Note**: solidity version is currently fixed to the `solc` package that comes with the shell. If there's interest we might change that to allow remote compiler versions.
30
+
***Note**: See what's been generated under the hood? call `.dump`.
31
+
***Note**: Settings are saved on exit (not safe when running concurrent shells). call `config set <key> <value>` to change settings like ganache port, ganache autostart, etc.
32
+
***Note**: Solidity version is currently fixed to the `solc` package that comes with the shell. If there's interest we might change that to allow remote compiler versions.
33
+
***Note**: `$_` is a placeholder for the last known result. Feel free to use that placeholder in your scripts :)
34
+
***Note**: Special commands are dot-prefixed. Everything else is evaluated as Solidity code.
0 commit comments