包详细信息

web3-eve-cli

hieunt-gcd1716665ISC1.2.0

this tool would help you interact with web3 world

web3, tool, cli, sol

自述文件

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