Skip to content

Latest commit

 

History

History
 
 

add-connect-wallet

add connect-wallet to your Next App

A starter template to add thirdweb wallet-connect to your Next application

Installation

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

Technologies Used

  • nextjs

Local Development

Run the following command to run the app locally:

npm run dev

Building for production

npm run build

Portal Guide

Resources