kolirt / vue-web3-auth

💎 Web3 authentication for Vue3 apps based on WalletConnect Web3Modal v2 and wagmi
https://kolirt.github.io/vue-web3-auth/
MIT License
34 stars 8 forks source link

Update to latest version[Feature]: #19

Open elevenliu123456 opened 6 months ago

elevenliu123456 commented 6 months ago

Describe the feature

After demo testing, I found that using the @web3modal/ethers5/vue library, under the same conditions, the response speed of connecting to the wallet and obtaining the signature is faster than the response speed of using the @kolirt/vue-web3-auth library. I guess it will be Isn't it caused by version dependency? So I hope you can upgrade your dependency version and see if the experience will be better.

Additional information

kolirt commented 6 months ago

@elevenliu123456

Hello. Thank you for taking the time to test this package. The purpose of this package was to simplify the interaction with the web3modal v2 library for vue projects. Some issues I can't solve because they are in the parent library. Since this package was developed, the web3modal library has already been updated with new versions. I've had a quick look at them and it seems like the library has become better. But I'm not sure that the interaction has become as easy as in this package. In the future, I plan to update this package to the newest version of web3modal, but I don't have much time for that now. I would be happy if you could help me test the new version in the future.

elevenliu123456 commented 6 months ago

@elevenliu123456

Hello. Thank you for taking the time to test this package. The purpose of this package was to simplify the interaction with the web3modal v2 library for vue projects. Some issues I can't solve because they are in the parent library. Since this package was developed, the web3modal library has already been updated with new versions. I've had a quick look at them and it seems like the library has become better. But I'm not sure that the interaction has become as easy as in this package. In the future, I plan to update this package to the newest version of web3modal, but I don't have much time for that now. I would be happy if you could help me test the new version in the future.

Cool~