-
Notifications
You must be signed in to change notification settings - Fork 16
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 to generate same address with TrustWallet? #95
Comments
I don't know how TrustWallet generates Tezos private keys from mnemonics. Nevertheless Is TrustWallet asking for credentials? if so, you may try to use them as email and password. |
It seems that the address generation is not affected by the password in TrustWallet. I researched more wallets, such as imToken and Temple, they all generate same address when use same mnemonic. Here is the way Temple use: |
Kukai, Trust, and Spire all generate the same addresses (and different than tezarts'). Are they incorrect? Which implementation(s) does tezart match? |
I'm facing the same problem. Is tezart using a different derivation path than trust wallet? |
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
The text was updated successfully, but these errors were encountered: