> ## 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.

# RainbowKit Vite

> Minimal React + Vite app with RainbowKit for connecting wallets to Berachain.

Use this guide when you want a **minimal React + Vite** app with **RainbowKit** to **connect wallets** to Berachain.

## Repository

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

## Requirements

* Node (see README), npm
* Wallet with testnet \$BERA if sending transactions

## Stack

React, TypeScript, Vite, RainbowKit.

## Quick start

1. **Clone and install**
   ```bash theme={null}
   git clone https://github.com/berachain/guides.git && cd guides/apps/rainbowkit-vite
   npm install
   ```
2. Run dev server (e.g. `npm run dev`). Use RainbowKit in the UI to connect a wallet and switch to Berachain (add network if needed).

For chain config and full steps, fetch the [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/rainbowkit-vite/README.md).
