How do I integrate SMS Passwordless Provider in MPC Core Kit?

  • SDK Version: @web3auth/mpc-core-kit@3.1.1
  • Platform: react-native(android/ios)

I want to use MPC Core Kit on react-native. I see that the official Github example already supports it, but I also need to integrate SMS Passwordless as MPC’s SocialShare into the MPC process. I don’t see any relevant official examples. I would like to ask how to implement this process?

Hello HadesZ!

It’s exciting that you’re exploring the integration of an SMS Passwordless Provider with the MPC Core Kit on React Native! Since you’re using the @web3auth/mpc-core-kit@3.1.1 on a React Native platform, there’s not much in terms of official examples for integrating an SMS Passwordless Provider directly into the MPC SocialShare process.

Here’s a proposed path forward:

  1. Exploration of Current Documentation: Although there’s no direct example, the official documentation or repositories might have updates or more information about similar implementations. It’s worth reviewing the latest documentation or reaching out to the community for any shared examples or success stories.

  2. Community Input: Since this sounds like a new integration process, sharing your progress or asking for specific advice on developer forums or community channels (like Web3Auth’s GitHub or Discord) can be incredibly helpful. Developers often share their configurations and solutions, and you might find someone who’s tackled a similar challenge.

  3. Custom Implementation: You might need to create a custom implementation using existing Web3Auth functionalities combined with an external SMS verification service. This would typically involve:

    • Setting up a third-party SMS authentication service.
    • Using Web3Auth’s methods to handle post-authentication steps within your app.
  4. Code Snippets and Support: If possible, please share your current Web3Auth initialization and login code snippets. This could provide the support team or community with better context to assist with specific integration help.

Feel free to ask for the specifics you need, and don’t hesitate to share more of your code for targeted support. Best of luck with your integration! :star2:

Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.