When using mnemonics to create multiple wallets, what are the rules for derivation paths?

When I use the TS SDK to derive multiple wallets with a mnemonic word, the result is different from the address derived from fuel wallet using the same mnemonic word. Even if I use the derivation path recommended in the document, it does not work. What are the rules for the derivation path?


When I generate a wallet without using the path parameter, the results returned by ts sdk are the same as the fuelwallet results, so I think there is something wrong with my path parameter.

Hey @jumper please use the derivation path here:
“m/44’/1179993420’/0’/0/0”

Docs Link

Let me know if this works for you.

hi @rishabhkeshan Thank you for your reply. I can now successfully generate a wallet address according to the rules. However, if I still encounter the previous problem when generating more than one wallet address, the code is as follows


That is when I use
m/44’/1179993420’/0’/0/1
m/44’/1179993420’/0’/0/2
m/44’/1179993420’/0’/0/3……
The wallet address generated is different from the fuel wallet.

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