Module ethers_solc::remappings
source · Structs
A relative
Remapping
that’s aware of the current locationThe path part of the
Remapping
that knows the path of the file it was configured in, if any.The solidity compiler can only reference files that exist locally on your computer.
So importing directly from GitHub (as an example) is not possible.