Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 941 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 941 Bytes

phrase2privatekey-generator

Result v2

Automated bot for generating 12–24 phrases for a private key (BIP-39). No need to worry when importing your cryptocurrency wallet to another wallet, like switching from Metamask to Trust Wallet or Keplr to Coinbase Wallet.

Note :
Not supported to Solana Wallet, yet.

Tutorial


First, you need to install this repo (you also need to have a NodeJS in your computer):

git clone https://github.com/dante4rt/phrase2privatekey-generator.git

After that, go to the folder:

cd phrase2privatekey-generator

Don't forget to install the dependencies:

npm install

Finally, you can run it:

node index.js

Put your 12-24 phrases or mnemonic to the CLI, then let the bot create the private key for you.