-
Notifications
You must be signed in to change notification settings - Fork 13
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 do I get TON's private key and public key? #11
Comments
Hi, TON uses PBKDF2 to generate the seed from the mnemonic. If the mnemonic fails validation checks, a new one will be automatically generated. This process may repeat multiple times until a valid mnemonic is created.
|
@mrtnetwork Thank you E/flutter (17293): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MnemonicException(Invalid Ton mnemonic.)
|
Hi, I don't have enough knowledge about blockchain.
Can I get TON's public key and private key only with the package function here??
And TonSeed Generator takes about a minute to generate.
The text was updated successfully, but these errors were encountered: