What's Changed
- Added
AuthProvider.Epic - you can now login with your Epic Games account when using In-App or Ecosystem Wallets.
var iaw = await InAppWallet.Create(client: twClient, authProvider: AuthProvider.Epic);
var iawAddy = await iaw.LoginWithOauth(...);
SmartWallet.CreateSessionKey now only requires a signerAddress, rest of the parameters are optional.
- Added custom
llms.txt at the root of this project for your AIs to enjoy.
- Updated
ThirdwebApi - contains latest https://api.thirdweb.com/reference additions such as x402, Solana and more APIs.