Hello everyone! Is it possible to use the $contract->bytecode($bytecode)->new($params, $callback) command to deploy a contract without running a local Ethereum node and using a provider like Infura.io instead? I also don't understand how the transaction for the contract deployment would be signed. Is it signed when running an Ethereum node and based on the $fromAddress it knows which $privateKey to use?
Hello everyone! Is it possible to use the $contract->bytecode($bytecode)->new($params, $callback) command to deploy a contract without running a local Ethereum node and using a provider like Infura.io instead? I also don't understand how the transaction for the contract deployment would be signed. Is it signed when running an Ethereum node and based on the $fromAddress it knows which $privateKey to use?