How to use wallet connect for your dApp in 3 minutes

Merunas Grincalaitis
3 min readMay 12, 2023

This is a short tutorial for web3 developers looking for a simple way to connect users’ wallets to their dapps since there’s a million wallets out there. A single library like wallet connect for everything works well.

This tutorial is for simple dapps without React. To get started, install these libraries:

yarn add @walletconnect/sign-client@2.7.3…

--

--