Skip to content
New issue

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

import - how to? #16

Open
drandreaskrueger opened this issue Jun 20, 2016 · 1 comment
Open

import - how to? #16

drandreaskrueger opened this issue Jun 20, 2016 · 1 comment

Comments

@drandreaskrueger
Copy link

How can I use 'import' in cosmo?

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.

@drandreaskrueger
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant