You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{ThirdwebSDK}from"@3rdweb/sdk";import{ethers}from"ethers";import{Magic}from"magic-sdk";constmagic=newMagic()// Magic.link wallet -> will be making the sdk contract callsconstprovider=newethers.providers.Web3Provider(magic.rpcProvider);constsigner=provider.getSigner();// Initialise the SDK instance with magic.link signerconstsdk=newThirdwebSDK(signer);// Access any modules using the SDKsdk.getNFTModule("0x...");
The text was updated successfully, but these errors were encountered:
Integrating ThirdwebSDK with Quartz:
The text was updated successfully, but these errors were encountered: