Package Exports
- web3-eve-cli
- web3-eve-cli/app.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web3-eve-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Solana Wallet bulk generater
Installation
Use the package manager npm to install.
npm installUsage
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 10The 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.