Web3Auth Demo

This demo application illustrates how to integrate self-custodial social authentication with Web3Auth

πŸ“˜

View it live

https://next-web3auth-userop-example.vercel.app/

Getting Started

Clone the Repository

git clone https://github.com/stackup-wallet/next-web3auth-userop-example.git

You can view the repository here: https://github.com/stackup-wallet/next-web3auth-userop-example

Install Dependencies

npm install
yarn install

Set Environment Variables

This project requires keys from Web3Auth and Stackup.

  • WEB3AUTH_CLIENT_ID, the client ID token from web3auth
  • STACKUP_RPC_URL, the node URL retrieved from the Stackup dashboard.

Run the Project

npm run dev
yarn dev