You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a missing feature (tracked in #114). You can place the sources locally and replace the github link with a filename. Alternatively I suggest to use https://remix.ethereum.org which supports github imports.
ERROR:
C:\Users\ThinkPad\Desktop>solcjs a.sol --bin --abi --optimize -o
a.sol:7:1: ParserError: Source "github.com/Arachnid/solidity-stringutils/strings.sol" not found: File not supplied initially.
import "github.com/Arachnid/solidity-stringutils/strings.sol";
How to solve?
The text was updated successfully, but these errors were encountered: