ethereum-string-utils icon indicating copy to clipboard operation
ethereum-string-utils copied to clipboard

Name of string formatting / parsing functions should reflect the encoding

Open chriseth opened this issue 9 years ago • 3 comments

chriseth avatar Oct 13 '15 14:10 chriseth

@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.

pipermerriam avatar Oct 13 '15 22:10 pipermerriam

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 avatar Dec 23 '17 14:12 akamitch

@akamitch if you drop the blob/master/, it should work.

chriseth avatar Dec 23 '17 23:12 chriseth