Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

stakekit/solana-pk-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a tool to derive a Solana private key and Address from a mnemonic phrase using the Omni/Steakwallet derivation path.

Prerequisites

You need to have proto tool version manager installed. See: https://moonrepo.dev/proto

curl -fsSL https://moonrepo.dev/install/proto.sh | bash

Installation

Open up your terminal and CD into a place where you would like to store the repository folder (Desktop as an example)

cd ~/Desktop

Clone down the repository

git clone git@github.com:stakekit/solana-pk-export.git

CD into the project

cd solana-pk-export/

Install relevant tools (node, npm, and pnpm)

proto use

Install dependencies

pnpm install

Usage

In the terminal, while in the ~Desktop/solana-pk-export folder, run

node main.js "ENTER YOUR MNEMONIC HERE"

The private key and account id should be logged in the console. Example:

Private key: xxxx
Account id (Address): xxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors