Luax
Luax
To be able to send internal logs inside the SDK v2 (so that we're not just relying on the API for metrics, since the API will be going away), we...
Need to TX polling to get receipt when ready
Create the main SDK class for v2 implementation to incorporate API key for future use, and metrics opt-in
Add and send session metrics with game information and player information
https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/
Implement WalletConnect standalone version in C# https://docs.walletconnect.com/ https://github.com/WalletConnect/WalletConnectSharp https://adriannenu.medium.com/reading-and-generating-qr-codes-with-c-in-unity-3d-the-easy-way-a25e1d85ba51
https://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/base-provider.ts#L1067-L1122 https://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/base-provider.ts#L176-L188
https://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/base-provider.ts#L1053-L1065
Poll user's wallet information like chain or network changed, account changed
Create a class `Contract` that take a provider and/or a signer as parameter to interact with, the contract address and the contract ABI. The contract ABI will be parsed to...