Skip to content

Commit 1701f24

Browse files
Fix Readme release link
1 parent b1f047e commit 1701f24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
Drag and drop the file into your project.
2626

@@ -41,6 +41,10 @@ var sdk = new ThirdwebSDK("goerli");
4141
// connect a wallet via browser extension
4242
var 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!)
4549
var contract = sdk.GetContract("0x...");
4650

0 commit comments

Comments
 (0)