Open maroodb opened 6 years ago
Hello, all. Same for me...
the solution is to replace import "github.com/Arachnid/solidity-stringutils/strings.sol"; by "import "github.com/Arachnid/solidity-stringutils/src/strings.sol";
Still not working...
Working in Remix for me now
if running this locally does this have to use externals
?
and is this published on npm?
when I compile the smart contract it throws this error : Unable to import "undefined": Not Found*
this is my smart contract: