rocklabs-io / ic-py

Python Agent Library for the DFINITY Internet Computer
MIT License
127 stars 26 forks source link

Import Stoic Identity via seed phrase #44

Closed bodily11 closed 2 years ago

bodily11 commented 2 years ago

I know I can export PEM from plug and I can import using Identity.from_pem(private_key). But I was wondering if it was possible to import a Stoic identity via seed phrase. Something like Identity.from_seed(mnemonic). I didn't see anything like this when I looked at methods possible with Identity, so wanted to see if this was going to be supported.

Thanks!

ccyanxyz commented 2 years ago

added in https://github.com/rocklabs-io/ic-py/pull/46