ethereum-string-utils
ethereum-string-utils copied to clipboard
Name of string formatting / parsing functions should reflect the encoding
@chriseth what do you think about uintToText
The name Text
doesn't collide with any of the solidity types and I think it conveys the appropriate meaning.
When i try in Remix
import "github.com/pipermerriam/ethereum-string-utils/blob/master/contracts/StringLib.sol";
i get error: Unable to import "undefined": Not Found
@akamitch if you drop the blob/master/
, it should work.