-
Notifications
You must be signed in to change notification settings - Fork 122
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
invalid #53
Comments
We just tested the key generation and derivation yesterday as part of our project and it works correctly. We tested it against Bitcoin-Core and BDK. Can you provide a specific test case ? |
You must to create the address with an a derivation path like "m/44'/1'/0'/0/0" |
I have the same problem, it doesn't generate the same private keys/addresses as I have also tried the seed in other HD wallets and it is still not the same keys. |
I would only use this library to EXPERIMENT. It's been dead for a while now. Look into bdk. They have a bdk-ffi for direct native bindings to Kotlin and Swift. If you want direct compatibility with dart, check out https://github.com/StackmateNetwork/the-stackmate It currently only supports android but we are in the process of extended it to iOS too. Just copy You can use Feel free to create issues if on our projects if you need any help. We are actively updating and looking for support. libstackmate is also being used in a production application: Stackmate Wallet Play Store |
Thanks, I'm already keeping an eye on it. Is it safe to send the seed or root key via rust bidings? |
yes, afaik. rust cleans up after itself. the point of vulnerability is then the C pointer that dart is left with, which im pretty sure gets handled properly by the dart FFI library. |
The package does not generate the private key and address correctly at all
check your example into https://iancoleman.io/bip39/ on bitcoin network
The text was updated successfully, but these errors were encountered: