We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28be138 + 34d77c1 commit 49d5454Copy full SHA for 49d5454
README.md
@@ -81,6 +81,9 @@ Check the available make targets to simulate and deploy the smart contracts:
81
- My computer:
82
- [ ] Is running in a safe location and using a trusted network
83
- [ ] It exposes no services or ports
84
+ - MacOS: `sudo lsof -iTCP -sTCP:LISTEN -nP`
85
+ - Linux: `netstat -tulpn`
86
+ - Windows: `netstat -nao -p tcp`
87
- [ ] The wifi or wired network in use does not expose any ports to a WAN
88
- [ ] I have run `make predeploy` and the simulation completes with no errors
89
- [ ] The deployment wallet has sufficient native token for gas
0 commit comments