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

# Particle Auth Core Vite

> Wallet connection and auth on Berachain using Particle Auth in a Vite app.

Use this guide when you want **wallet connection and authentication** on Berachain via **Particle Auth** in a **Vite**-based frontend.

## Repository

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

## Requirements

* Node (see README), npm
* Particle project/config if required by Particle Auth

## Stack

Vite, TypeScript, Particle Auth.

## Quick start

1. **Clone and install**
   ```bash theme={null}
   git clone https://github.com/berachain/guides.git && cd guides/apps/particle-auth-core-vite
   npm install
   ```
2. Configure any env or Particle keys (see README).
3. Run the dev server and use the app to connect via Particle and interact with Berachain.

For full setup and Particle configuration, fetch the [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/particle-auth-core-vite/README.md).
