We should support multiple solidity files as input, and use the --contract argument to know which contract bytecode to read from the crytic-export directory
Note: this is not about supporting multiple contracts deployment
It seems that Echidna actually doesn't really support multiple solidity files as input, so support it in Optik might not be necessary, and is a low-priority task.
We should support multiple solidity files as input, and use the
--contract
argument to know which contract bytecode to read from thecrytic-export
directoryNote: this is not about supporting multiple contracts deployment