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
  • Enviroment
  • Chain
  • Project ID
  • Studio Address
  • Domain
  1. Gaming Toolkit
  2. Xerial Unity SDK Guide
  3. Xerial Services

Set Up Xerial Services

To configure XServices, proceed to the Inspector. In this section, carefully select your environment, input the project ID, and define the studio address.

PreviousXerial ServicesNextService Managers

Last updated 1 year ago

Enviroment

In the Environment section, select either "Staging" for testnet projects or "Production" for mainnet deployments. This setting is mandatory, aligning Xerial's Unity SDK with your project's Blockchain Network.

Chain

In the Chain section, you can choose the blockchain network you wish to interact with for Xerial services. Options include Polygon, Kroma, and other EVM compatible networks. This selection is essential for aligning Xerial's Unity SDK with your project's chosen blockchain environment.

Project ID

In the Project ID section, input the unique identifier associated with your Xerials project. Obtain this Project ID from the Developers Dashboard, ensuring alignment between the SDK and your specific Project Enviroment.

Studio Address

In the Studio Address section, enter the wallet address from which your project was created. This address is essential for the configuration of Xerial's Unity SDK and establishes a direct link between the SDK and the Project Studio.

Domain

In this section, you'll designate the specific domain associated with your website on the dashboard. This selection ensures precise integration of Xerial services with your website's designated domain.

đŸŽī¸
đŸ•šī¸