Skip to content

Latest commit

 

History

History
 
 

README.md

Web3Auth Angular Quick Start

This example demonstrates how to integrate Web3Auth into an Angular 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/angular-quick-start

3. Install dependencies

npm install

4. Configure environment variables

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

WEB3AUTH_CLIENT_ID=YOUR_WEB3AUTH_CLIENT_ID

5. Run the application

npm run dev

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

📚 Resources

License

MIT