> ## Documentation Index
> Fetch the complete documentation index at: https://docs.berachain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ThirdWeb ConnectWallet NextJS

> Connect wallet and interact with Berachain using ThirdWeb ConnectWallet and Next.js.

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

## Repository

* **Code:** [github.com/berachain/guides/tree/main/apps/thirdweb-connectwallet-nextjs](https://github.com/berachain/guides/tree/main/apps/thirdweb-connectwallet-nextjs)
* **README (raw):** [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/thirdweb-connectwallet-nextjs/README.md)

## 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**
   ```bash theme={null}
   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](https://raw.githubusercontent.com/berachain/guides/main/apps/thirdweb-connectwallet-nextjs/README.md).
