kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
232 stars 26 forks source link

Base58 private key export? #58

Closed Morgandri1 closed 1 year ago

Morgandri1 commented 1 year ago

Hello, I was wondering if there's any way (or any plan) to return a keypair as a base58 private key form (like can be imported into phantom and such)

kevinheavey commented 1 year ago

Yeah just call str(my_keypair)