An Aptos example project for a simple wallet application using the Aptos Unity SDK.
- Wallet: Creating a new wallet that can be used to sign and send transactions.
- Querying the Blockchain: Querying the blockchain through the AptosClient to get the balance of a wallet and latest block number.
- Sending Transactions: Sending a transaction for transfering coins from one wallet to another.