JSPM

web3-eve-cli

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q31114F
  • License ISC

this tool would help you interact with web3 world

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 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