Skip to content

Commit 49d5454

Browse files
authored
Merge pull request #5 from aragon/readme-checklist
Show the commands to list any open ports
2 parents 28be138 + 34d77c1 commit 49d5454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ Check the available make targets to simulate and deploy the smart contracts:
8181
- My computer:
8282
- [ ] Is running in a safe location and using a trusted network
8383
- [ ] It exposes no services or ports
84+
- MacOS: `sudo lsof -iTCP -sTCP:LISTEN -nP`
85+
- Linux: `netstat -tulpn`
86+
- Windows: `netstat -nao -p tcp`
8487
- [ ] The wifi or wired network in use does not expose any ports to a WAN
8588
- [ ] I have run `make predeploy` and the simulation completes with no errors
8689
- [ ] The deployment wallet has sufficient native token for gas

0 commit comments

Comments
 (0)