pub fn get_bytecode(source_code: &str, contract_name: &str) -> Result<Vec<u8>>
Compiles the given Solidity source code and returns the bytecode of the named contract.