3️Use the SDK to top up tokens to the game

Process:

The player selects the top-up amount and submits the request.

The SDK generates the transaction and invokes a smart contract to transfer the tokens from the player's wallet to the in-game account.

The transaction is confirmed on the blockchain and the game account balance is updated.

Key technologies: smart contract invocation, blockchain event listening.

Last updated