I have a project in vue JS and want to implement web3 authentication in it via crypto wallets. I see all the examples are in react using wagmi library. Which library I can use for vueJS or vanilla JS in frontend?
Hey @amit-a.agrawal,
If you are using regular VueJS or VanillaJS for your frontend, you can use libraries such as web3.js or ethers.js to do so. For wallet-specific library, such as walletconnect they should provide their own SDK which should work on any JS frontend universally.
1 Like