Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reown-com/web-examples
Wallet and dapp examples implementing WalletConnect v2
https://github.com/reown-com/web-examples
blockchain dapp wallet walletconnect web3
Last synced: about 14 hours ago
JSON representation
Wallet and dapp examples implementing WalletConnect v2
- Host: GitHub
- URL: https://github.com/reown-com/web-examples
- Owner: reown-com
- License: apache-2.0
- Created: 2022-02-02T10:15:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T22:32:28.000Z (3 days ago)
- Last Synced: 2025-01-20T03:06:32.378Z (3 days ago)
- Topics: blockchain, dapp, wallet, walletconnect, web3
- Language: TypeScript
- Homepage: https://walletconnect.com
- Size: 21.1 MB
- Stars: 448
- Watchers: 18
- Forks: 360
- Open Issues: 127
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# WalletConnect v2 Examples
Catalogue of various wallet and dapp examples implementing WalletConnect's **SDKs and APIs**. Each example contains its own README with further instructions and explanations.
### Web3Modal SDK
- [Next App router + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/next)
- [React + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/react)
- [SvelteKit + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/svelte) ([Demo](https://evmtest.walletconnect.com/))### Web3Wallet SDK
**Wallets:**
- [React Web3Wallet SDK](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-web3wallet) ([Demo](https://react-web3wallet.vercel.app))
### Sign API
**Wallets:**
- [React Wallet (Sign v1 + v2)](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-v2) ([Demo](https://react-wallet.walletconnect.com/))
**dApps:**
- [React dApp (with standalone client) - v2](https://github.com/WalletConnect/web-examples/tree/main/advanced/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/advanced/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/advanced/dapps/react-dapp-v2-with-web3js) ([Demo](https://react-dapp-v2-with-web3js.vercel.app/))### Auth API
**Wallets:**
- [React Auth
Wallet](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-auth) ([Demo](https://react-auth-wallet.vercel.app))**dApps:**
- [React Auth dApp](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-auth) ([Demo](https://react-auth-dapp.walletconnect.com/))
- [Vue Auth dApp](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/vue-dapp-auth) ([Demo](https://vue-dapp-auth.vercel.app/))### Chat API
**Wallets:**
- [React Chat Wallet](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-chat) ([Demo](https://react-wallet-chat.walletconnect.com/))