NFTs2Me
  • πŸ’‘What is NFTs2Me?
  • πŸ›‘οΈContracts Audit
  • Create and deploy NFT Collection
    • ℹ️Initial Steps
    • πŸ–ΌοΈEditions Collection
    • 🎭Drops Collection
    • 🎨Generative Art Collection
      • 🎎Creating NFT Collection with Subcollections
      • πŸ¦Έβ€β™‚οΈHow to Add 1/1 NFTs to Your Generative Art Collection
    • Ⓜ️Minting types
    • πŸ…°οΈDeploy Advanced Options
      • Initial Phase
      • Mint NFTs at creation
      • Revenue distribution
      • Souldbound collection
      • Metadata public/delayed reveal
    • πŸ’°Minting Page
    • πŸ“œProtocol Fee
  • Features
    • πŸ–ΌοΈArt Generator (no code)
    • ⛓️Multichain
    • πŸ’³Credit Card / FIAT Payments
    • πŸ’ΈERC-20 / Stablecoins minting fee
    • πŸ’±Any-payments
    • πŸ€–DallE-2 + ChatGPT AI NFTs
    • πŸ—οΈCollections as NFTs (Ownership)
    • 🌏Custom mint pages and widget
    • πŸ”ƒIPFS Hosting
    • πŸ–‡οΈCustom IPFS URI
      • πŸ–‡οΈCustom IPFS URI Artwork
    • πŸ”—Custom HTTP URL
      • πŸ”—Custom HTTP URL Artwork
    • πŸ‘€Soulbound (Non-transferable NFTs)
    • πŸšͺToken Gating
    • πŸŒ†NFT Holders Snapshots
    • πŸ“œRedeemable NFTs (POAPs)
    • 🎰Automatic Logo and Banner Generation
    • πŸ™ˆPlaceholder (Delayed Reveal)
    • πŸŽ›οΈMinting Types
      • πŸ”’Sequential Minting
      • πŸ‘†Specify Minting
      • 🎲Random Minting
    • πŸ’°Split Revenue
    • πŸͺ‚Airdrops / free minting with CSV batch sending
    • πŸ“ƒFlexible Whitelist with CSV batch sending
    • πŸ§ͺTestnet deploy
    • πŸ’΅Creator Fee Enforcement (NFT royalties)
    • πŸ“°Decentralized Governance & on-chain voting
    • πŸ—ƒοΈExtend rich metadata
    • πŸ’²Affiliates System
    • β›½Gas efficient contracts
    • 😎ENS domain resolution
    • πŸ‚Farcaster Integration
    • Referral System
  • Dashboard
    • πŸ‘“Overview
    • 🌎Minting Page
    • βš™οΈMint Settings
    • πŸ’²Earnings, royalties and protocol fee
    • πŸͺ‚Airdrops
    • πŸ“„Whitelists
    • 🏑Ownership
    • 🦸Affiliates
    • 🧰Utils
    • πŸšͺToken Gating
    • πŸ’³Credit Card Payments
  • More
    • πŸ”‘Custom Needs
    • πŸ“¬Contact
    • πŸ›£οΈRoadmap
    • πŸ“ˆTrending collections
    • πŸ‘¨β€πŸ«Creator Profile
  • NFT Media types
    • πŸ“‘Media metadata
    • πŸ–ΌοΈImage support
    • πŸ“½οΈVideo support
    • πŸ”ŠAudio support
    • πŸ“”PSD support
    • 🟦3D support
  • Supporters
    • πŸ₯‡Supporter PIN
    • ⬆️Booster Pack
    • πŸ™‹Get Discord roles
Powered by GitBook
On this page
  1. Features

Extend rich metadata

PreviousDecentralized Governance & on-chain votingNextAffiliates System

Last updated 1 year ago

You can extend the metadata of your digital collection as much as you want, using the tool that you will find inside the "Upload to IPFS" tab, below is a screenshot where you can find it:

In this tool you can download your current metadata generated so far in a CSV (Comma Separated Values) format, which is a plain text file that stores data by delimiting data entries with commas. For example for the DEMO backup, the CSV will have a first line which is: name,description,trait[Background],trait[Body],trait[Dress],trait[Face],trait[Hair]

And the following lines are the information of each token with the corresponding metadata.

You can bulk edit the whole file and update it easier and faster.

It also allows you to extend the metadata of your collection by adding these new columns:

  • youtube_url: include the youtube_url column in your CSV and link it to a youtube video (ex: https://www.youtube.com/watch?v=NFTS2ME) to be displayed when someone enters to view the token.

  • Extend attributes (traits): you can add extra information for each token and the marketplaces will show it in a special way if that token has any extra. To add these attributes we need to create new columns in the CSV with the following format: trait[NAME][TYPE]. The available types are:

    • number

    • boost_percentage

    • boost_number

    • date: you can indicate a date, for example the age of a token, for this you would have the column trait[Birthday][date]. Pass in a unix timestamp (seconds) as the value.

You offer you an example of a CSV edited using several of these extensions using the DEMO collection..

More information about the NFT metadata standard and how it is displayed in OpenSea, .

πŸ—ƒοΈ
You can download it here
check this article