Skip to content

Commit 1cfe61c

Browse files
authored
Update README.md
1 parent 1b8fc23 commit 1cfe61c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ Any arguments provided after an empty `--` are directly passed to `ganacheCmd` (
5050

5151
```shell
5252
⇒ solidity-shell -- --fork https://mainnet.infura.io/v3/yourApiToken
53+
54+
🚀 Entering interactive Solidity shell. Type '.help' for help, '.exit' to exit.
55+
» ℹ️ ganache-mgr: starting temp. ganache instance ...
56+
»
57+
» interface ERC20 {
58+
multi> function name() external view returns (string memory);
59+
multi> }
60+
61+
» ERC20(0xB8c77482e45F1F44dE1745F52C74426C631bDD52).name()
62+
BNB
63+
5364
```
5465
5566
#### Repl

0 commit comments

Comments
 (0)