Skip to content

Commit 31c8269

Browse files
authored
docs(readme): update to reflect all current examples (#821)
1 parent c243a70 commit 31c8269

File tree

1 file changed

+15
-32
lines changed

1 file changed

+15
-32
lines changed

README.md

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,28 @@
22

33
Catalogue of various wallet and dapp examples implementing WalletConnect's **SDKs and APIs**. Each example contains its own README with further instructions and explanations.
44

5-
### Web3Modal SDK
5+
### AppKit Examples
66

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)
109

11-
### Web3Wallet SDK
10+
### Provider Examples
1211

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)
2815

29-
### Auth API
16+
### Advanced Examples
3017

3118
**Wallets:**
3219

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)
3521

3622
**dApps:**
3723

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

Comments
 (0)