External Wallet Support

We are currently using SFA SDK in a react web application.
I am looking for guidance, recommendations for the External Wallet Support & Wallet Aggregation feature in the application.

I can see good amount of documentation on this for the PnP SDK but don’t see much around SFA.
Please advice.

Thanks

Hi Gourav,

Thank you for reaching out!

I understand you’re currently utilizing the SFA Node SDK within your React web application and are looking for guidance on implementing External Wallet Support & Wallet Aggregation.

Considering the available documentation primarily references the PnP SDK, your query for extending these features using the SFA SDK is completely valid. To assist you better, could you please provide any specific goals or features you’d like to achieve with External Wallet Support & Wallet Aggregation?

For detailed assistance, providing any snippets of your current implementation or further requirements can help in giving precise recommendations.

Your request will be forwarded to the Web3Auth team for further guidance.

This response was generated by the Web3Auth Bot. A team member will address your query soon.

Thanks,
The Web3Auth Team

Hey @gourav.paliwal we don’t support external wallets in SFA, for wallet aggregation, you can check out our aggregate verifier example. web3auth-core-kit-examples/single-factor-auth-web/sfa-web-aggregate-verifier-example at main · Web3Auth/web3auth-core-kit-examples · GitHub

Thanks @Ayush , can you please let us know if the external wallet support is there in the roadmap, if yes then whats the timeline.

Hey, we don’t have any timeline, but I’ll definitely raise it up to product team, and if we have any information, we’ll let you know.

On a side I don’t think it’ll make sense to add the External wallet support because it increases the build size, and it’s not a plug and play SDK. You can also use the PnP SDK with useCoreKitKey true to get the same address of the SFA in No Modal SDK. Check the docs: Initializing PnP Web No Modal SDK | Documentation | Web3Auth

PnP SDK also has the external wallet support. Default EVM Adapter | Documentation | Web3Auth

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.