meta.json Setup Guide
Configure your token's metadata by editing the metadata.json file in VS Code.
File Structure
{ "name": "", "symbol": "", "description": "", "image": "", "showName": true, "twitter": "", "telegram": "", "website": "" }
Image Setup:
⚠️ CRITICAL: Images go in the img folder
Drag your token image in the img folder
Only ONE image file in the folder (any name/extension)
Leave the "image" field empty in metadata.json
Bot automatically detects and uses the image
Leave "showName" as true
Social Links
All social fields are optional - leave empty if not needed
Character Limits
Name: 32 characters maximum
Symbol: 10 characters maximum
Description: 2300 characters maximum
Example Configuration
{ "name": "Moon Token", "symbol": "MOON", "description": "The official token of Moon Scripts community", "image": "", "showName": true, "twitter": "https://twitter.com/moonscripts", "telegram": "t.me, "website": "https://moonscripts.fun" }
Setup Steps
Open metadata.json in VS Code
Fill in your token details
Leave "image" field empty
Add your image file to the img folder
Save the file - IMPORTANT
Restart the bot - IMPORTANT
The bot will auto-detect your image when launching
Last updated