From 2ee2f17b663103667c56baf870bcefc29a0700f8 Mon Sep 17 00:00:00 2001 From: Ilja Date: Fri, 18 Feb 2022 15:14:47 +0200 Subject: [PATCH] Add root Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6a1ff..71b07d2 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# examples \ No newline at end of file +# Examples + +Catalogue of various wallet and dapp examples implementing WalletConnect. Each example contains its own readme with further instructions and explanations. + +- [React Wallet Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) +- [React Dapp Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers) +- [React Dapp Web3 - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2)