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

  1. Open metadata.json in VS Code

  2. Fill in your token details

  3. Leave "image" field empty

  4. Add your image file to the img folder

  5. Save the file - IMPORTANT

  6. Restart the bot - IMPORTANT

  7. The bot will auto-detect your image when launching

Last updated