This minimal example showcases how to connect the Stargazer wallet using WalletConnect's app kit provider (web3modal), with wagmi as the underlying sdk / interface, uses create-react-app typescript template.
Main implementation details can be found in App.tsx and AppKitProvider.tsx.
To run this demo please install the required dependencies using pnpm install and then you can start the react app using pnpm start.