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
How are you compiling this? github imports work fine in browser solidity, but if you're compiling from the command line, you should download the library and put it somewhere the compiler can reach, updating the import path to match.
I try to import it like in the Readme
But when I try to build it with
truffle
I get this:How to do import it?
I read something here, that the compiler reads during dev from
/usr/local/dapp-bin/library
http://ethereum.stackexchange.com/questions/2137/how-should-we-set-a-import-path-in-solidity
So do I need to download the repo into that folder?
The text was updated successfully, but these errors were encountered: