Skip to content

v3.1.0

Latest

Choose a tag to compare

@0xFirekeeper 0xFirekeeper released this 07 Nov 10:52
cfad492

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.