From 11d832ca8da7ebc91c3c832c52746889d687156b Mon Sep 17 00:00:00 2001 From: Celine Sarafa Date: Thu, 15 Sep 2022 18:25:17 +0300 Subject: [PATCH] Updated readme to show auth (#60) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c82c3fa..1387190 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,14 @@ Catalogue of various wallet and dapp examples implementing WalletConnect **v2**. **Wallets:** - [React Wallet Ethers - v2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) ([Demo](https://react-wallet.walletconnect.com/)) +- [React Auth + Wallet](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-auth) ([Demo](https://react-auth-wallet.vercel.app)) **dApps:** - [React dApp (with standalone client) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2) ([Demo](https://react-app.walletconnect.com/)) +- [React dApp (with auth + client)](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-auth) ([Demo](https://react-auth-dapp.vercel.app/)) - [React dApp (with EthereumProvider + Ethers.js) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers) ([Demo](https://react-dapp-v2-with-ethers.vercel.app/)) - [React dApp (with EthereumProvider + web3.js) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-web3js) ([Demo](https://react-dapp-v2-with-web3js.vercel.app/)) - [React dApp (with CosmosProvider) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-cosmos-provider) ([Demo](https://react-dapp-v2-cosmos-provider.vercel.app/))