client icon indicating copy to clipboard operation
client copied to clipboard

Use tokenList.json to get tokens

Open deanpress opened this issue 6 years ago • 0 comments

Describe the solution you'd like and the expected behavior

Right now a token transfer is displayed as Transfer X {scriptHash} to {address}?, this should be Transfer X {ticker} to {address}?

This can be done by using tokenList.json from https://github.com/nos/neo-tokens to find the corresponding ticker by a script hash (and vice-versa), so that the "send" dialog triggered by nos.send() can display the token ticker rather than the full script hash in the prompt.

deanpress avatar Feb 23 '19 18:02 deanpress