A starter template to add thirdweb wallet-connect to your Next application
Clone this project locally using degit:
npx degit https://github.com/thirdweb-dev/examples/tree/main/typescript/add-connect-wallet
Then install the dependencies:
npm install
- nextjs
Run the following command to run the app locally:
npm run dev
npm run build