We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the error:
:1:1: Parser error: Source not found. import "...
regardless what I do. I have tried
import github.com/Arachnid/solidity-stringutils/strings.sol import https://github.com/Arachnid/solidity-stringutils/blob/master/strings.sol import https://raw.githubusercontent.com/Arachnid/solidity-stringutils/master/strings.sol import strings.sol
and all of them result in the same error.
Would it work with the file locally available perhaps? In which folder?
I want to be able to compile this example, and use that library.
The text was updated successfully, but these errors were encountered:
https://github.com/Arachnid/solidity-stringutils#basic-usage
Sorry, something went wrong.
No branches or pull requests
How can I use 'import' in cosmo?
This is the error:
regardless what I do. I have tried
and all of them result in the same error.
Would it work with the file locally available perhaps? In which folder?
I want to be able to compile this example, and use that library.
The text was updated successfully, but these errors were encountered: