React SDK

On top of the core typescript API, thirdweb/react exports various Components and Hooks to easily connect wallets & interact with smart contracts

Installation

npm i thirdweb

Quickstart

Follow this guide to get started with the React SDK.

Starter kits

You can quickly create a new project with the thirdweb CLI

npx thirdweb create app

or clone the the Next.js or Vite starter repo:

Live Playground

You can interact with the React SDK in the Live Playground.

API Reference

Browse the full API reference for detailed information on each function, hook and component.