wallet-connect-web-examples/dapps/react-dapp-auth
Gancho Radkov d8ebe4509b
chore: updated @walletconnect deps (#164)
* chore: updates auth dapp

* chore: updates react sign dapp

* chore: updates cosmos dapp

* chore: updates ethers dapp

* chore: updates web3js dapp

* chore: updates vue auth dapp

* chore: updates auth wallet

* chore: updates eip155 wallet

* updates react-wallet-v2

* chore: updates web3wallet example

* feat: adds optional namespaces to main example wallet

* chore: eip155 example lock

* chore: removes console log

---------

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2023-05-23 14:42:34 +03:00
..
components Reskin the dapp to match the new design (#55) 2022-09-13 12:43:58 +03:00
pages fix(error-handling): close modal on reject and fix overflow error (#147) 2023-04-05 12:03:28 +03:00
public Reskin the dapp to match the new design (#55) 2022-09-13 12:43:58 +03:00
styles Reskin the dapp to match the new design (#55) 2022-09-13 12:43:58 +03:00
views fix(error-handling): close modal on reject and fix overflow error (#147) 2023-04-05 12:03:28 +03:00
.env.local.example chore(dapps): adds .env.local.example file for react-dapp-auth 2022-09-06 10:07:46 +02:00
.eslintrc.json feat/add auth demos (#49) 2022-09-02 12:34:03 +03:00
.gitignore feat/add auth demos (#49) 2022-09-02 12:34:03 +03:00
next.config.js feat/add auth demos (#49) 2022-09-02 12:34:03 +03:00
package-lock.json chore: updated @walletconnect deps (#164) 2023-05-23 14:42:34 +03:00
package.json chore: updated @walletconnect deps (#164) 2023-05-23 14:42:34 +03:00
README.md docs(auth): ensure auth dapp/wallet readmes are relevant (#63) 2022-09-15 19:50:52 +02:00
tsconfig.json feat/add auth demos (#49) 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