When using quartz it would be beneficial to users to not have to initiate any sort of build process locally and instead copy over pre-built binaries (contracts, enclaves).
Would it be possible to add --path arguments for contract and enclave binaries instead of using hardcoded values?
e.g.
quartz --mock-sgx dev --release --enclave-path ../solver --contract-path ../built-optimized-contract-wasm-bin
When using quartz it would be beneficial to users to not have to initiate any sort of build process locally and instead copy over pre-built binaries (contracts, enclaves).
Would it be possible to add
--patharguments for contract and enclave binaries instead of using hardcoded values?e.g.