From cc2a0e1b629b8981575e48c203e20b3dfebd4803 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Mon, 21 Feb 2022 12:01:37 +0100 Subject: [PATCH] docs: update top-level readme with links to demo deployments --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71b07d2..dbf7786 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Examples +# WalletConnect v2 Examples -Catalogue of various wallet and dapp examples implementing WalletConnect. Each example contains its own readme with further instructions and explanations. +Catalogue of various wallet and dapp examples implementing WalletConnect v2. Each example contains its own readme with further instructions and explanations. -- [React Wallet Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) -- [React Dapp Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers) -- [React Dapp Web3 - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2) +- [React Wallet Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) ([Demo](https://react-wallet-v2.vercel.app/walletconnect)) +- [React dApp (with standalone v2 client) - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2) ([Demo](https://react-dapp-v2.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/))