I'm trying to get address by fromMnemonic, while the address is different with the one generated in TrustWallet using the same mnemonic.
Is there a way to generate same address with TrustWallet by this great package? Thanks!
https://github.com/moneytrackio/tezart/blob/main/example/example.dart#L28-L35
final keystore = Keystore.fromMnemonic(mnemonic);
print(keystore.address);
I'm trying to get address by
fromMnemonic, while the address is different with the one generated in TrustWallet using the same mnemonic.Is there a way to generate same address with TrustWallet by this great package? Thanks!
https://github.com/moneytrackio/tezart/blob/main/example/example.dart#L28-L35