emesik / cardano-python

Python module for handling Cardano cryptocurrency
BSD 3-Clause "New" or "Revised" License
114 stars 17 forks source link

Create wallet from private key #17

Closed ctrl-Felix closed 2 years ago

ctrl-Felix commented 2 years ago

Is there a possibility to create a wallet by using the private key and not the mnemonic?

emesik commented 2 years ago

Right now it's not possible. The module depends on cardano-wallet API, which doesn't provide such functionality.