Skip to content

Commit

Permalink
V4 (#4)
Browse files Browse the repository at this point in the history
* feat: fix the token metadata sample

Signed-off-by: Gita Alekhya Paul <[email protected]>

---------

Signed-off-by: Gita Alekhya Paul <[email protected]>
Co-authored-by: alok tiwari <[email protected]>
  • Loading branch information
gitaalekhyapaul and alokt authored Dec 13, 2024
1 parent 090fee7 commit b235d05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions token_metadata.example.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit b235d05

Please sign in to comment.