pub fn solc(
    source_paths: impl IntoIterator<Item = impl AsRef<OsStr>>
) -> Result<BTreeMap<String, Vec<u8>>>
Expand description

Compile the solidity sources using solc. Return a mapping with keys being contract names and values being compiled bytecode.

The environment variable SOLC_EXE must point to solc.