For Game Developers
Step-by-Step Guide:
Install the SDK
Initialize the Client
Sync Game State (Off-Chain)
Finalize Match (On-Chain)
Integrate Smart Contracts Use Solidity contracts to handle XP, rewards, NFTs, etc. Example:
rewardXP(address player, uint256 amount)
Last updated