2022-02-21 11:01:37 +00:00
# WalletConnect v2 Examples
2022-02-18 13:14:47 +00:00
2023-01-05 17:22:17 +00:00
Catalogue of various wallet and dapp examples implementing WalletConnect's **Sign v2 and Auth SDKs** . Each example contains its own README with further instructions and explanations.
2022-11-14 17:25:18 +00:00
2023-01-05 17:22:17 +00:00
### Sign SDK
2022-02-18 13:14:47 +00:00
2022-04-08 13:07:53 +00:00
**Wallets:**
2022-03-01 14:30:36 +00:00
2022-11-09 15:42:53 +00:00
- [React Wallet (Sign v1 + v2) ](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2 ) ([Demo](https://react-wallet.walletconnect.com/))
2022-03-01 14:30:36 +00:00
2022-04-08 13:07:53 +00:00
**dApps:**
2022-03-01 14:30:36 +00:00
2022-04-08 13:07:53 +00:00
- [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 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/))
2022-11-14 17:25:18 +00:00
2023-01-05 17:22:17 +00:00
### Auth SDK
2022-11-14 17:25:18 +00:00
**Wallets:**
- [React Auth
Wallet](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-auth) ([Demo](https://react-auth-wallet.vercel.app))
**dApps:**
- [React Auth dApp ](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-auth ) ([Demo](https://react-auth-dapp.walletconnect.com/))
- [Vue Auth dApp ](https://github.com/WalletConnect/web-examples/tree/main/dapps/vue-dapp-auth ) ([Demo](https://vue-dapp-auth.vercel.app/))
2022-11-17 15:07:12 +00:00
2023-01-05 17:22:17 +00:00
### Chat SDK
2022-11-17 15:07:12 +00:00
**Wallets:**
- [React Chat Wallet ](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-chat ) ([Demo](https://react-wallet-chat.walletconnect.com/))