Skip to content

Commit 01fb6ed

Browse files
authored
Update README.md
1 parent 8e57f34 commit 01fb6ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ An interactive Solidity shell with lightweight session recording.
2323
352
2424
```
2525

26-
**Note**: The sessions can be saved and restored using the `.session` command. The previous session can always be loaded via `.session load previous` (not safe when running concurrent shells).
26+
### Hints
27+
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+
* **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.
33+
2734

2835
## Examples
2936

0 commit comments

Comments
 (0)