o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
114 stars 43 forks source link

Allow lightnet to utilize any ports available #599

Open shimkiv opened 6 months ago

shimkiv commented 6 months ago

Today we do ports availability checks and if any required ports are already busy we fail to start the Lightnet. It might be problematic if users want to use it with some other applications already utilizing same ports the Lightnet depends on.

shimkiv commented 6 months ago

https://github.com/o1-labs/zkapp-cli/issues/544