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: 5 days ago
JSON representation

Wallet and dapp examples implementing WalletConnect v2

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)