Hello Web3Auth Community!
We value your feedback and input as we continually strive to enhance the Web3Auth experience. Our team has been working hard to make the Web3Auth SDKs better for all of you. As part of this ongoing effort, we are facing some major decisions about the future of the Web3Auth PnP Web SDKs, specifically regarding the Adapter structure of the SDK.
Currently, the openlogin adapter plays a central role in enabling social logins and has been widely used by the community. However, some of the additional adapters haven’t seen as much usage, and maintaining them has become challenging due to the constant changes from other wallet providers that impact these adapters within Web3Auth SDKs.
In light of these challenges, we want to hear from you, the Web3Auth community, about your preferences for the next version of Web3Auth Plug and Play Web (v8). Your opinions and insights will play a crucial role in guiding the development and improvements of our SDKs.
So, here are the questions we’d like you to consider:
- Adapter Structure: Do you believe that Web3Auth PnP Web SDKs should maintain the adapter structure? This means the removal of all external wallet connections directly from the Web3Auth SDKs, you can use external wallets via Wagmi or other similar libraries.
- Maintenance: How important is it to you that Web3Auth maintains social logins more than the external wallet connections?
- Feature Requests: Do you have any specific features or improvements in mind for Web3Auth Plug and Play Web SDKs that you’d like to see in the next version (v8)?
Web3Auth Plug and Play Web SDKs - Adapter Structure
- The next version should remove all the external wallets adapters from Web3Auth PnP and focus only on making social logins experience better. [This will make the integration much easier for social logins]
- Web3Auth PnP SDKs should contain a semi adapter structure, where we aggregate Wagmi or other similar libraries for external wallet connections
- Web3Auth PnP SDKs should maintain the current structure with no major changes in the flow.