Add Extended CW20 Token Info
Step 1: Prepare Extended Metadata
{
"version": "1.0",
"name": "MyToken",
"symbol": "MTK",
"website": "https://mytoken.example.com",
"description": {
"format": "markdown",
"image_url": "https://mytoken.example.com/images/logo-large.png",
"video_url": "https://www.youtube.com/@axiome_ru",
"content": "Full token description in markdown or plain text, no more then 60k symbols..."
},
"socials": {
"X (ex. Twitter)": "https://twitter.com/mytoken",
"Telegram": "https://t.me/mytokenchat",
"Discord": "https://discord.gg/mytoken",
"GitHub": "https://github.com/mytoken"
},
"legal": {
"terms_url": "https://mytoken.example.com/terms",
"privacy_url": "https://mytoken.example.com/privacy"
},
"audit": [
{
"provider": "Certik",
"url": "https://certik.com/projects/mytoken",
"date": "2024-12-01"
}
],
"contacts": {
"email": "[email protected]",
"support_url": "https://mytoken.example.com/support"
}
}Step 2: Calculate SHA-256
Step 3: Upload Project Info to the Contract
Done!
Last updated
