Skip to content

Generate solana wallets and extract pregenerated wallet data

License

Notifications You must be signed in to change notification settings

fraggdiller/solana-wallet-generator

Repository files navigation

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

About

Generate solana wallets and extract pregenerated wallet data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published