Skip to content

Latest commit

 

History

History

README.md

Web3Auth React Quick Start

This example demonstrates how to integrate Web3Auth into a React application for EVM chains.

Prerequisites

Quick Start

1. Clone the repository

git clone https://github.com/Web3Auth/web3auth-examples.git

2. Navigate to the example

cd web3auth-examples/quick-starts/react-quick-start

3. Install dependencies

npm install

4. Configure environment variables

Create a .env file and add your Web3Auth Client ID:

VITE_WEB3AUTH_CLIENT_ID=YOUR_WEB3AUTH_CLIENT_ID

5. Run the application

npm run dev

Visit http://localhost:5173 in your browser to see the application running.

📚 Resources

License

MIT