Closed slavafomin closed 2 years ago
This release is temporarily published under @moebius/tonweb-mnemonic@0.1.0
, feel free to check it out.
The usage is:
npm i -S @moebius/tonweb-mnemonic
import { generateMnemonic } from '@moebius/tonweb-mnemonic';
const words = await generateMnemonic();
console.log(words);
Signed-off-by: Slava Fomin II slava@fomin.io
I've tested the changes to work correctly in Node.js environment (my private project) as well as in Browser (
ton-wallet
project).