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 Next.js
npx degit Web3Auth/web3auth-pnp-examples/web-modal-sdk/evm/nextjs-evm-modal-example w3a-modal-evm-nextjs
Install & Run:
cd w3a-modal-evm-nextjs
npm install
npm run dev
# or
cd w3a-modal-evm-nextjs
yarn
yarn dev