We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8fc23 commit 1cfe61cCopy full SHA for 1cfe61c
README.md
@@ -50,6 +50,17 @@ Any arguments provided after an empty `--` are directly passed to `ganacheCmd` (
50
51
```shell
52
⇒ 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
64
```
65
66
#### Repl
0 commit comments