✨
Playground
  • OVERVIEW
    • What is Playground?
    • Core Features
    • API Authentication
  • Guides
    • Trait Templates
      • Create a New Trait Template
        • Adding Media to Trait Templates
        • Setting Render Order for Traits
      • Get Started With a Pre-Made Trait Template
        • Access Passes
        • Achievement Badges
    • Minting New Traits
      • Trait Minting Flows
      • Gas Fee Options for Trait Minting
    • Migrating Metadata for Existing NFT Collections
      • Updating the BaseURI
  • Concepts
    • What are Traits?
      • Ownership and Transfers of Traits
      • Verified Traits
      • Artist Royalties
    • Media
    • Rendering
    • Access Controls
Powered by GitBook
On this page
  • Role of Media in Traits
  • Types of Media for Traits
  • Storing Media Assets
  1. Concepts

Media

Media refers to the digital content associated with traits in the context of NFTs. These media assets can be images, audio, video, or any other digital file format that can be used to represent the traits. In the world of NFTs, media plays a crucial role in defining the visual appearance and overall aesthetics of the tokens, as well as in adding value and uniqueness to the NFTs themselves.

Role of Media in Traits

When working with traits, each trait is associated with a specific media asset that represents the data object. For example, a trait representing a particular clothing item for an NFT character might have an image file representing that item. The media assets contribute to the final appearance of the NFT by being combined or layered according to the render order.

By associating media assets with traits, creators can design unique and dynamic NFTs. These assets provide collectors with visual and functional elements that can be added, modified, or removed as necessary to create customizable NFT experiences.

Types of Media for Traits

Media assets associated with traits can come in various formats, such as:

  • Images (JPEG, PNG, GIF, etc.)

  • Audio (MP3, WAV, etc.)

  • Video (MP4, WebM, etc.)

  • 3D Models (GLTF, OBJ, etc.)

The choice of media format depends on the desired outcome and the type of NFT being created. It is essential to use formats that are widely supported and optimized for web use to ensure compatibility with NFT marketplaces, wallets, and other platforms.

Storing Media Assets

To maintain decentralization and ensure the longevity of media assets, they should be stored on decentralized storage platforms like IPFS or Arweave. These platforms provide a secure and permanent storage solution, enabling media assets to be accessible even if the original creator's website or server is no longer available.

PreviousArtist RoyaltiesNextRendering

Last updated 2 years ago