pub fn load_solidity_example_by_name( path: &str, contract_name: &str, ) -> Result<Vec<u8>>
Reads a Solidity file and returns the compiled bytecode of the contract with the given name.