Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to create wallet from multichain mnemonic? #313

Open
ilaziness opened this issue Oct 29, 2024 · 0 comments
Open

how to create wallet from multichain mnemonic? #313

ilaziness opened this issue Oct 29, 2024 · 0 comments

Comments

@ilaziness
Copy link

const words = [.......];
const keyPair = await mnemonicToPrivateKey(words);
const.tonWalletSender = new TonWeb.wallet.all.v4R2(provider, {
    publicKey: keyPair.publicKey,
  });

words is multichain mnemonic,get address string use method getAddress.toString(true, true, false) not equal Tonkeeper address show.

and get jetton balance will return error exit code -13。

single chain mnemonic is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant