Skip to content

this tool will help you to interact with ethers and sol

Notifications You must be signed in to change notification settings

hieunt-gcd17166/web3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Wallet bulk generater

Installation

Use the package manager npm to install

npm install

Usage

Create file .env then add the wallet's mnemonic (seed phrase)

mnemonic="seed phrase here"

Run script with parameter --nw 10, 10 is the number of wallet you would like to generate

node app.js --nw 10

The results should be in the syntax [publicKey] | [secretKey] in results.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

this tool will help you to interact with ethers and sol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published