From f70dec62eff4d4927f6843bffc7483a6be080179 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Mon, 14 Mar 2022 17:54:43 +0100 Subject: [PATCH] docs(with-solana): adds preview URL and PoC note --- dapps/react-dapp-v2-with-solana-web3js/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dapps/react-dapp-v2-with-solana-web3js/README.md b/dapps/react-dapp-v2-with-solana-web3js/README.md index 4dcb1a7..23caf75 100644 --- a/dapps/react-dapp-v2-with-solana-web3js/README.md +++ b/dapps/react-dapp-v2-with-solana-web3js/README.md @@ -1 +1,6 @@ # React dApp (with `solana/web3.js`) + +Preview: https://react-dapp-v2-with-solana-web3js.vercel.app/ + +> **Please note: This is a simplified PoC that will eventually be removed and integrated into the larger, multi-chain +> focused [react-dapp-v2 example](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2).**