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
To run Hardhat Network on specific port and allow incoming requests from a specific network interface or hostname, run `npx hardhat node --hostname 127.0.0.1 --port 8545`.
368
+
369
+
If you want to allow incoming requests from anywhere, including external ips, use `--hostname 0.0.0.0`.
370
+
367
371
Congrats! You have created a project and compiled, tested and deployed a smart contract.
368
372
369
373
Show us some love by starring [our repository on GitHub!](https://github.com/NomicFoundation/hardhat)️
0 commit comments