-
Noob question but when you export from ie. your Phantom wallet, it gives you a single seed phrase even though Phantom supports multiple networks. However here, you have to pass Also, if you set say If I wanted to do it like Phantom and just have a single seed phrase or keypair for multiple cryptocurrencies, how would I do that in this library? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you're looking for a solution similar to how Phantom handles a single seed phrase across multiple networks, you can refer to the Phantom wallet client implementation here: https://github.com/talonlab/python-hdwallet/blob/master/clients/phantom.py. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Also, how can I extract the mnemonic from a wallet created using the xprivate key? |
Beta Was this translation helpful? Give feedback.
If you're looking for a solution similar to how Phantom handles a single seed phrase across multiple networks, you can refer to the Phantom wallet client implementation here: https://github.com/talonlab/python-hdwallet/blob/master/clients/phantom.py.
This should provide helpful insights.
Thanks!