> For the complete documentation index, see [llms.txt](https://docs.rawrshak.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rawrshak.io/tutorials/developer/unity/prefabs/wallet.md).

# Wallet

**Location: Rawrshak/Sample/Wallet**

These samples give the developer an example on how to use the WalletConnect and use the ContentManager object that interacts with a the EVM using ChainSafe's Gaming SDK.

#### WalletPrefab.prefab&#x20;

This prefab contains a Canvas that will generate a QR Code on load. It also contains a WalletConnect object that uses the QR code generated for connecting with a mobile wallet.

#### SafeTransferFromSample script

This script has 2 functions:

* Get the balance of an asset (Press T)
* Assuming a wallet mobile wallet is connected, it transfers an asset from the connect wallet to another wallet (Press Space)
