diff --git a/.cursorrules b/.cursorrules index aa845da..e3a86fb 100644 --- a/.cursorrules +++ b/.cursorrules @@ -167,9 +167,9 @@ cp token_metadata.example.jsonc token.jsonc "symbol": "TOKEN", // Token symbol (2-6 chars) "description": "Your token description", "websiteLink": "https://yoursite.com", - "twitter": "https://x.com/your_handle", + "twitter": "your_twitter_handle", "discord": "https://discord.gg/your_server", - "telegram": "https://t.me/your_bot", + "telegram": "your_bot_telegram_username", "nsfw": false, "image": "ipfs://your_ipfs_hash", // Upload image to IPFS first } diff --git a/README.md b/README.md index 57b17fc..9cbbd2c 100644 --- a/README.md +++ b/README.md @@ -238,9 +238,9 @@ cp token_metadata.example.jsonc token.jsonc "symbol": "TOKEN", // Token symbol (2-6 chars) "description": "Your token description", "websiteLink": "https://yoursite.com", - "twitter": "https://x.com/your_handle", + "twitter": "your_twitter_handle", "discord": "https://discord.gg/your_server", - "telegram": "https://t.me/your_bot", + "telegram": "your_bot_telegram_username", "nsfw": false, "image": "ipfs://your_ipfs_hash" // Upload image to IPFS first } diff --git a/token_metadata.example.jsonc b/token_metadata.example.jsonc index 3f9b2eb..0032a0b 100644 --- a/token_metadata.example.jsonc +++ b/token_metadata.example.jsonc @@ -3,9 +3,9 @@ "symbol": "AGENT", // Symbol of the token "description": "CollabAI is an AI memecoin launched using the Collab.Land AI Agent Starter Kit - https://github.com/collabland/AI-Agent-Starter-Kit. Collab.Land empowers communities to build and coordinate with AI-led agents. By using the Collab.Land AI Agent Starter Kit, CollabAI ensures interoperability and transparency in agent development, driving innovation across web3 ecosystems.", // Description of the token "websiteLink": "https://collab.land/", // Website link of the token - "twitter": "https://x.com/collab_land_", // Twitter handle of the token + "twitter": "collab_land_", // Twitter handle of the token "discord": "https://discord.gg/collabland", // Discord link of the token - "telegram": "https://t.me/collablandbot", // Telegram link of the bot handling the token + "telegram": "collablandbot", // Telegram username of the bot handling the token "nsfw": false, // NSFW flag of the token "image": "ipfs://bafybeiaa5v7jjcpj453vwdch4ykhu6fkczrtmc2l2gnapdyr33suxdal5e" // Image of the token, should be uploaded to IPFS }