ton 0.0.3
ton: ^0.0.3 copied to clipboard
Ton Sdk for Flutter
0.0.3 #
- Added Minimal Web Support
- Added
wordsCount
property torandomMnemonic
both for web and android platforms - Checking if a mnemonic is valid or not using
isMnemonicValid
method - Converting mnemonics to seed using
toSeed
method
0.0.2 #
- Added two new methods to generate random mnemonic with and without password
- Updated Example and Tests to show the result is working fine
0.0.1 #
- Initial Release