Seed phrase and private key generation

Hi , i am trying to study the react native code and playing with it. I need to know the exact files where the seed phrase and private key generation is happening in the code . I want to understand the code for the scenario when user logs in and clicks on create a new wallet.

Hello @user1289 !
Welcome to MetaMask community !

Under the hood of generating a private key is the BIP39 standard.
You can see it briefly here:

4 Likes

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