Problem I have a “secret recovery phrase” aka “seed phrase” from an address in my Phantom wallet; how can I generate a file system wallet / keypair in order to use it with Solana CLI? Solution Assuming you have installed Solana CLI, run the following command: $ solana-keygen recover ‘prompt:?key=0/0’ –outfile ~/.config/solana/whateveryouwant.json When using the […]