Home > database >  How to set an icon for a coin using truffle framework
How to set an icon for a coin using truffle framework

Time:12-29

Hello I am currently developing a cryptocurrency on the BSC (it is for fun.) I am using BSC Studio and truffle. I was wondering how I can set and icon for my coin I am assuming it is somewhere in Coin.json but I cant seem to find any option that mentions icons does anyone know where I can do this?

CodePudding user response:

In order to set an icon for an ERC20 standard token, you should verify the contract on the aimed blockchain explorer, and then make the procedure to set an icon from the blockchain explorer too.

  • Related