Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.07 KB

README.MD

File metadata and controls

44 lines (33 loc) · 1.07 KB

Typing SVG

Solana wallets generator

This code will allow you to generate a specified number of Solana wallets and save them to files.

Install dependencies

You can install it using:

npm i

Wallet generator

To generate wallets you can run the following command in terminal

npm start generate 10

It runs wallet generator and saves generated data in ./data/solana-wallets.xlsx

Getting data of pregenerated wallets

You can get all wallet data from mnemonics and private keys. You should load your mnemonics to ./data/mnemonics.txt or ./data/privateKeys.txt and run

npm start get mnemo

or

npm start get pk

Conclusion

git clone https://github.com/fraggdiller/solana-wallet-generator.git
cd solana-wallet-generator
npm i
npm start generate 10
npm start get mnemo

Support / Qs

Telegram: https://t.me/fraggdiller