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: 5 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T22:32:28.000Z (9 months ago)
- Last Synced: 2025-01-20T03:06:32.378Z (9 months 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.
### AppKit Examples
- [React + Wagmi](https://github.com/WalletConnect/web-examples/tree/main/dapps/appkit/react-wagmi)
- [AppKit + SIWE](https://github.com/WalletConnect/web-examples/tree/main/dapps/appkit-siwe)### Provider Examples
- [Universal Provider (Solana)](https://github.com/WalletConnect/web-examples/tree/main/dapps/universal-provider-solana)
- [Universal Provider (Tron)](https://github.com/WalletConnect/web-examples/tree/main/dapps/universal-provider-tron)
- [Ethereum Provider](https://github.com/WalletConnect/web-examples/tree/main/dapps/ethereum-provider)### Advanced Examples
**Wallets:**
- [React Wallet v2](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-v2)
**dApps:**
- [React dApp v2](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2)
- [React dApp v2 with Ethers](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2-with-ethers)
- [React dApp v2 with Cosmos Provider](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2-cosmos-provider)
- [Chain Abstraction Demo](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/chain-abstraction-demo)
- [Smart Sessions Demo](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/smart-sessions-demo)
- [Chat Demo Agent](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/chat-demo-agent)