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

stakekit/near-pk-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a tool to derive Near private key and Address from a mnemonic phrase using the Omni MM derivation path.

Installation

Clone down the repository

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

Select the node version

nvm use

Then

yarn install

to install dependencies and patch.

Usage

Add your mnemonic phrase to the MNEMONIC constant in src/main.ts

Then run

yarn ts-node src/main.ts

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