Interfaces
Overview
The Xyxyx Launchpad introduces two distinct user interfaces, each designed specifically for Xyxyx's two tokenization models (1x1 and A4).
Input Functions
Xyxyx Launchpad's user interfaces provide two input text functions:
Input token text
The Input token text function allows the insertion of a text record into a token's SVG output.
Input metadata text
The Input metadata text allows the insertion of a text record into a token's metadata, stored within its SVG file.
Text records entered through the Input token text function are encapsulated within the token's tokenURI
metadata and encoded in Base64. In contrast, text records added via the Input metadata text function are stored in the token's tokenURI
metadata as plain text. This enables, for example, the inclusion of a JSON file within the token's metadata, which is stored inside its SVG file. Since JSON is a universal format, users can leverage the Input metadata text function to add structured attributes and properties, facilitating composability with non-blockchain (or "off-chain") systems.
Example
Last updated