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
STR need to get the token name from the user(or with the database). Because string can't be handled as the return variable in another contract. Or we should have to return bytes32 to handle it and convert those bytes32 into the string in the STR contract itself. that also lead to add one more byteToString function into the STR. What is your opinion @pabloruiz55?
Let's solve this on the UI side.
Ticker Registry receives and stores the string token name.
Later on, on the token deployment, we ask again for the token name, populating the field from the ticker registry.
The user can even change the token name that will get saved to the deployed token.
No description provided.
The text was updated successfully, but these errors were encountered: