Is anyone aware of any JS packages out there that will abstract WalletConnect and MyAlgo behind a common interface? I started my app by just integrating WalletConnect but users are asking for MyAlgo support as well. Do I just need to have a bunch of if/else
statements in my code depending on which wallet they’re using, or is there a lib out there where I can just do something like signTransaction(provider, ...options)
and let it worry about it?
Hi Cannikin,
or
may be what you’re looking for
3 Likes
Updating reply here to include a newer one GitHub - TxnLab/use-wallet: React hooks for using Algorand compatible wallets in dApps