🚧 This site is always under construction. 🚧

Category: Web3

  • How to generate a keypair from a Phantom wallet with multiple addresses

    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 […]