G3X
  • Introduction
    • Vision & Mission
    • Use Cases
  • Core Features of G3X
    • Advantages of G3X
  • Integration Guides
    • How to Use G3X
      • For Game Developers
      • For Node Operators
      • For Players
  • SDK G3X
    • Use G3X as a Developer
    • SDK Installation
    • Authenticating and Connecting
    • Core SDK Usage
    • Validating and Finalizing Matches
    • Reward Distribution & Leaderboards
    • Monitoring on G3X Dashboard
    • Best Practices
    • Page
  • G3X Infrastructure Overview
    • G3X Ecosystem
    • G3X Access Panel
  • Tokenomics
  • FAQ
  • Roadmaps
  • Social Media
Powered by GitBook
On this page
  1. SDK G3X

Reward Distribution & Leaderboards

  • Claiming Rewards:

    • Unity: G3XManager.Instance.ClaimRewards(playerId);

    • Web: g3x.claimRewards(playerId);

  • Leaderboard API:

    • Submit and fetch leaderboard data using built-in SDK functions.

    • Example (Web):

      jsSalinEditg3x.getLeaderboard({ gameId: 'yourGameId' }).then(console.log);
PreviousValidating and Finalizing MatchesNextMonitoring on G3X Dashboard

Last updated 28 days ago