Hi, I want to implement a token for ICO base on NEO, so follow this template.
After getting avm file, I deployed and invoked deploy method as described in this guide.
I followed the tutorial carefully and no error occurred. But my token just does not appear in testnet's assets list. I also see in the test net there's no asset that has type NEP5 now.
I want to implement a token like APH in main net, but don't have any clues how to make it now.
Did I miss any step? Or NEP5 token is not available in test net?
Best regards,
Hi, I want to implement a token for ICO base on NEO, so follow this template. After getting
avm
file, I deployed and invokeddeploy
method as described in this guide.I followed the tutorial carefully and no error occurred. But my token just does not appear in testnet's assets list. I also see in the test net there's no asset that has type
NEP5
now.I want to implement a token like APH in main net, but don't have any clues how to make it now. Did I miss any step? Or
NEP5
token is not available in test net? Best regards,