Xerial
  • Intro
    • ⚡Introduction
    • 🏁Getting Started
    • ℹ️Before We Start: Important
  • 👷Build
    • Build Your Account
    • Create Your Assets
    • Inventory
    • Marketplace
    • User Flow
    • Best Practices
      • Attribute Guide
        • Attribute Use Cases
  • ☄️Xerial APIs
    • 🗝️API Authorization
    • 🛅Wallet API
      • Getting Started
      • Custodial Wallets
        • Create User
        • Create Wallet
        • Get Wallets
      • Wallet Management
        • Get Chain Native Currency Balance
        • Get Supported ERC20 Tokens Balances
        • Get Project Inventory
      • Transaction Proccessing
        • Transfer Xerial NFT
        • Transfer Chain Native Currency
        • Transfer ERC20 Token
        • Primary Purchase Xerial NFT
        • Secondary Purchase
        • List Xerial NFT
        • Delist Xerial NFT
        • Execute Custom Transaction
      • Errors Handling
        • Authentication Errors
        • Wallet Management Errors
        • Transaction Proccessing Errors
    • 🛒Marketplace API
      • Get Listed NFTs
      • Get Community Listed Items
      • Get Collections
      • Get Project Data
    • 🖼️NFT API
      • NFT Drop
    • 🌐Xerial Global Wallets
      • Get User Wallet Info
      • Get Global Inventory
      • User Authorization
      • Logout
  • 🛠️Xerial SDK
    • Wallet SDK
  • 🏎️Gaming Toolkit
    • 🕹️Xerial Unity SDK Guide
      • ⬇️Installation
      • ⚙️Configuration
      • Xerial Services
        • Set Up Xerial Services
        • Service Managers
          • Session Manager
          • Wallet Manager
            • UserData Class
              • Account Class
              • Wallet Class
              • Creating UserData Class
          • Inventory Manager
            • NFTs
              • Metadata
              • Attributes
            • NFTInventory Class
            • Creating NFT Inventory
          • MarketPlace Manager
    • Unreal Engine SDKs
Powered by GitBook
On this page
  • Creating Standard Attributes for your game's NFTs
  • 1. Type
  • 2. Name
  • 3. Value
  1. Build
  2. Best Practices

Attribute Guide

Welcome to the Attribute Guide for the Xerial API. This guide provides a comprehensive overview of key attributes crucial for interacting with user information, transactions and NFTs.

Creating Standard Attributes for your game's NFTs

1. Type

  • Categories: Define overarching categories that capture the nature of the attributes, such as "Stat," "Property," or "Enchantment."

  • Exclusivity: Specify whether an attribute falls into a mutually exclusive category or can overlap with others, allowing for diverse combinations within an NFT.

2. Name

  • Avoid Specific Examples: Emphasize the importance of generic names to maintain flexibility and prevent potential confusion. Encourage developers to create names that convey the essence of the attribute without tying it to specific instances.

  • Thematic Consistency: Encourage the use of names aligned with the overall theme and lore of the game to contribute to the immersive experience.

3. Value

  • Descriptor vs. Numerical: Clarify when to use descriptors (e.g., "Common," "Rare") and when to employ numerical values. Establish a consistent approach, such as using descriptors for rarity and numerical values for quantifiable attributes.

PreviousBest PracticesNextAttribute Use Cases

Last updated 1 year ago

👷