How to add Icon to Token created using std::coin Standard #732
Unanswered
rudreshkoranne
asked this question in
Questions
Replies: 1 comment
-
hi we have deprecated the coin standard, to create a token, please use the fungbile asset standard, you can find a launchpad example here where you can set the icon of the token |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
Hey all, I have create a Smart Contract to Mint myself some Fungible Token using the std::coin module.
let (burn_cap, freeze_cap, mint_cap) = coin::initialize<MyCoin>( deployer, string::utf8(b"My Custom Coin"), // Token name string::utf8(b"MCC"), // Token symbol 8, // Decimals true // Monitor supply );
Can you guys please help me with how can I add the Token icon to this token.
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions