Is there a way to deploy a contract to a local node without compiling?

If my contract takes a long time to compile, is there a way to deploy it without compiling?

5 Likes

No, even when deploying to a local node, you must compile the contract.

1 Like