Getting Started
You can get started by creating a new project or adding thirdweb to an existing project.
Existing Projects
Install the thirdweb packages in your project
And follow the framework specific instructions below.
New Projects
Create a new project using the thirdweb CLI
Wrap your application in ThirdwebProvider
Wrap your application in the ThirdwebProvider
component to start using the SDK.
With the provider set up, all of the SDK’s hooks and components work out of the box!
Now you can connect to the user’s wallet and start calling functions on your smart contracts like so: