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.
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.