File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2020
2121## Installation
2222
23- Head over to the [ releases] ( /releases ) page and download the latest ` .unitypackage ` file.
23+ Head over to the [ releases] ( https://github.com/thirdweb-dev/unity-sdk /releases) page and download the latest ` .unitypackage ` file.
2424
2525Drag and drop the file into your project.
2626
@@ -41,6 +41,10 @@ var sdk = new ThirdwebSDK("goerli");
4141// connect a wallet via browser extension
4242var walletAddress = await sdk .wallet .Connect ();
4343
44+ // interact with the wallet
45+ CurrencyValue balance = await sdk .wallet .GetBalance ();
46+ var signature = await sdk .wallet .Sign (" message to sign" );
47+
4448// get an instance of a deployed contract (no ABI requried!)
4549var contract = sdk .GetContract (" 0x..." );
4650
You can’t perform that action at this time.
0 commit comments