Join our Community Portal to get support and stay up to date with the latest news and updates.
This example demonstrates how to use Web3Auth with EVM in React (Vite).
npx degit Web3Auth/web3auth-pnp-examples/web-modal-sdk/quick-starts/react-vite-evm-modal-quick-start w3a-exampleInstall & Run:
cd w3a-example
npm install
npm run dev
# or
cd w3a-example
yarn
yarn dev