Unity v5.15.0 - Server Side Magic
Server Wallets, Server ThirdwebManager!
What's Changed
- Additions from Thirdweb's .NET SDK Release 2.14.0
- Additions from Thirdweb's .NET SDK Release 2.15.0
- Added
AuthProvider.Backend's relatedwalletSecretto In-App and Ecosystem Wallets' options. You can now create server side wallets! - Split
ThirdwebManagerintoThirdwebManagerBase,ThirdwebManager(frontend),ThirdwebManagerServer(backend)- Adds
ThirdwebManagerServerprefab, usesSecretKeyinstead ofClientIdandBundleId. - Adds a lot of flexibility and extendability for various use cases.
- Adds
var serverWalletOptions= new WalletOptions(
provider: WalletProvider.InAppWallet,
chainId: 421614,
inAppWalletOptions: new InAppWalletOptions(authprovider: AuthProvider.Backend, walletSecret: "my-epic-secret")
);
var myAiWallet = await ThirdwebManagerServer.Instance.ConnectWallet(serverWalletOptions);
It's time to make blockchain-powered AI allies and opponents that leverage backend wallets and perhaps even Nebula.