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
[Hardhat](https://hardhat.org/) / [Ganache](https://trufflesuite.com/ganache/) provides a local Ethereum network for development purpose. Ramen can be used as an user interface for these local networks.
96
96
97
97
```shell
98
-
./ramen -provider local
98
+
./ramen --provider local
99
99
```
100
100
101
101
## Troubleshoting
102
102
103
-
If you come across some problems when using Ramen, at first please check the log file `/tmp/ramen.log` to see if there are any error messages. You can also run Ramen in debug mode with command:
103
+
If you come across some problems when using Ramen, please check the log file `/tmp/ramen.log` to see if there are any error messages. You can also run Ramen in debug mode with command:
104
104
105
105
```shell
106
106
ramen --debug
107
107
```
108
108
109
-
If you still can't figure out the problem, please open an issue on [GitHub](https://github.com/dyng/ramen/issues/new)
109
+
If you still can't figure out the problem, feel free to open an issue on [GitHub](https://github.com/dyng/ramen/issues/new)
0 commit comments