|
2 | 2 |
|
3 | 3 | Catalogue of various wallet and dapp examples implementing WalletConnect's **SDKs and APIs**. Each example contains its own README with further instructions and explanations. |
4 | 4 |
|
5 | | -### Web3Modal SDK |
| 5 | +### AppKit Examples |
6 | 6 |
|
7 | | -- [Next App router + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/next) |
8 | | -- [React + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/react) |
9 | | -- [SvelteKit + Web3Modal](https://github.com/WalletConnect/web-examples/tree/main/dapps/web3modal/svelte) ([Demo](https://evmtest.walletconnect.com/)) |
| 7 | +- [React + Wagmi](https://github.com/WalletConnect/web-examples/tree/main/dapps/appkit/react-wagmi) |
| 8 | +- [AppKit + SIWE](https://github.com/WalletConnect/web-examples/tree/main/dapps/appkit-siwe) |
10 | 9 |
|
11 | | -### Web3Wallet SDK |
| 10 | +### Provider Examples |
12 | 11 |
|
13 | | -**Wallets:** |
14 | | - |
15 | | -- [React Web3Wallet SDK](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-web3wallet) ([Demo](https://react-web3wallet.vercel.app)) |
16 | | - |
17 | | -### Sign API |
18 | | - |
19 | | -**Wallets:** |
20 | | - |
21 | | -- [React Wallet (Sign v1 + v2)](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-v2) ([Demo](https://react-wallet.walletconnect.com/)) |
22 | | - |
23 | | -**dApps:** |
24 | | - |
25 | | -- [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/)) |
26 | | -- [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/)) |
27 | | -- [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/)) |
| 12 | +- [Universal Provider (Solana)](https://github.com/WalletConnect/web-examples/tree/main/dapps/universal-provider-solana) |
| 13 | +- [Universal Provider (Tron)](https://github.com/WalletConnect/web-examples/tree/main/dapps/universal-provider-tron) |
| 14 | +- [Ethereum Provider](https://github.com/WalletConnect/web-examples/tree/main/dapps/ethereum-provider) |
28 | 15 |
|
29 | | -### Auth API |
| 16 | +### Advanced Examples |
30 | 17 |
|
31 | 18 | **Wallets:** |
32 | 19 |
|
33 | | -- [React Auth |
34 | | - Wallet](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-auth) ([Demo](https://react-auth-wallet.vercel.app)) |
| 20 | +- [React Wallet v2](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-v2) |
35 | 21 |
|
36 | 22 | **dApps:** |
37 | 23 |
|
38 | | -- [React Auth dApp](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-auth) ([Demo](https://react-auth-dapp.walletconnect.com/)) |
39 | | -- [Vue Auth dApp](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/vue-dapp-auth) ([Demo](https://vue-dapp-auth.vercel.app/)) |
40 | | - |
41 | | - |
42 | | -### Chat API |
43 | | - |
44 | | -**Wallets:** |
45 | | - |
46 | | -- [React Chat Wallet](https://github.com/WalletConnect/web-examples/tree/main/advanced/wallets/react-wallet-chat) ([Demo](https://react-wallet-chat.walletconnect.com/)) |
| 24 | +- [React dApp v2](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2) |
| 25 | +- [React dApp v2 with Ethers](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2-with-ethers) |
| 26 | +- [React dApp v2 with Cosmos Provider](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/react-dapp-v2-cosmos-provider) |
| 27 | +- [Chain Abstraction Demo](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/chain-abstraction-demo) |
| 28 | +- [Smart Sessions Demo](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/smart-sessions-demo) |
| 29 | +- [Chat Demo Agent](https://github.com/WalletConnect/web-examples/tree/main/advanced/dapps/chat-demo-agent) |
0 commit comments