2 releases
new 0.1.1 | Feb 20, 2025 |
---|---|
0.1.0 | Feb 20, 2025 |
#481 in Magic Beans
9KB
63 lines
solana-keyconv
This tool converts Solana keypair files between two representations: base58 and JSON.
Usage
Convert base58 to JSON
solana-keyconv $PATH_TO_KEYPAIR --format json
Convert JSON to base58
solana-keyconv $PATH_TO_KEYPAIR --format base58
Dependencies
~5–11MB
~128K SLoC