toncenter / tonweb

JavaScript SDK for TON (The Open Network)
MIT License
432 stars 107 forks source link

How to convert mnemonic words into key public keys! #127

Open 895268679long opened 3 months ago

895268679long commented 3 months ago

How to convert mnemonic words into key public keys!

mishutka200101 commented 2 months ago

`const mnemonic = "" // Your mnemonic phrase here

const key = await mnemonicToWalletKey(mnemonic.split(" "));`

Method from ton-crypto package