Files
wallet-connect-web-examples/dapps/react-dapp-auth
Cali 649cf28159 fix(error-handling): close modal on reject and fix overflow error (#147)
* fix(error-handling): improve auth examples error handling & close modal on auth request rejection

* fix(bignum-overflow): convert bignumber to string to avoid overflow
2023-04-05 12:03:28 +03:00
..
2022-09-02 12:34:03 +03:00
2022-09-02 12:34:03 +03:00
2022-09-02 12:34:03 +03:00
2023-03-28 09:58:18 +03:00
2023-03-28 09:58:18 +03:00
2022-09-02 12:34:03 +03:00

React Auth dApp (React, Typescript, Next.js, Ethers)

🔗 Live dapp demo - https://react-auth-dapp.walletconnect.com/
🔗 Live wallet demo - https://react-auth-wallet.walletconnect.com/
📚 WalletConnect v2 Docs - https://docs.walletconnect.com/2.0

Overview

This example aims to demonstrate dapp-facing use cases enabled by WalletConnect Auth Alpha.

Running locally

Install the app's dependencies:

npm i

Set up your local environment variables by copying the example into your own .env.local file:

cp .env.local.example .env.local

Your .env.local now contains the following environment variables:

Develop

npm run dev

Build

npm run build