Skip to main content
Use this guide when you want to connect wallets and interact with Berachain using ThirdWeb’s ConnectWallet SDK in a Next.js app.

Repository

Requirements

  • Node (see README for version), npm
  • Wallet with testnet $BERA if deploying or sending transactions

Stack

Next.js, TypeScript, ThirdWeb ConnectWallet SDK.

Quick start

  1. Clone and install
    git clone https://github.com/berachain/guides.git && cd guides/apps/thirdweb-connectwallet-nextjs
    npm install
    
  2. Configure environment (see README for .env and chain config).
  3. Run the dev server and open the app; use ConnectWallet to connect and interact with Berachain.
For full steps and configuration, fetch the raw README.