Interface

Overview

The web interface of the Xyxyx Launchpad enables a seamless and user-friendly experience for creating tailored text-based tokens built upon the 1x1 and A4 tokenization models.


Input functions

At the core of the web interface are two key input text functions: Input token text and Input metadata text. These functions ensure a smooth user experience and enable the efficient insertion of text records into tokens.

Input token text

The Input token text function inserts text records into the token output; readable to beholders.

Input metadata text

The Input metadata text function allows the insertion of data (e.g., JSON files) into tokens, enabling their integration with non-blockchain-based systems.

While records entered via the Input token text function are encapsulated within the token's tokenURI metadata encoded in Base64, text records inserted via the Input metadata text function are encapsulated within the token's tokenURI metadata as plain text. This allows users to inject a metadata JSON file encapsulated within the token's tokenURI metadata. With JSON as a universal format, users can include structured attributes and properties, enabling token integration with non-blockchain-based (or "off-chain") systems (see Portability).

Example

{
  "name": "Document 7632",
  "symbol": "D7632",
  "text": "Document 7632 - 2025-01-10\n  - \n  Lorem ipsum dolor sit amet. Et ipsa \n  dolores cum suscipit dolorum est \n  quaerat laudantium eos dolor labore\n  ut perspiciatis reprehenderit ab \n  accusamus dolor. Et cupiditate\n  accusantium sed aliquam numquam\n  et maiores unde." 
}

Last updated