# web3-eve-cli

> this tool would help you interact with web3 world

Latest version **1.2.0** (published 2024-03-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install web3-eve-cli
pnpm add web3-eve-cli
yarn add web3-eve-cli
bun add web3-eve-cli
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2024-03-04 |
| First published | 2024-02-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Hieu Nguyen |
| Maintainers | dremote, khanhchua, autune |
| Keywords | web3, tool, cli, sol, ethers |

## Links

- npm: https://www.npmjs.com/package/web3-eve-cli
- Repository: https://github.com/hieunt-gcd17166/web3-cli
- Homepage: https://github.com/hieunt-gcd17166/web3-cli#readme
- Issues: https://github.com/hieunt-gcd17166/web3-cli/issues
- npm.io page: https://npm.io/package/web3-eve-cli

## Dependencies (11)

- [bs58](https://npm.io/package/bs58.md) ^5.0.0
- [bip39](https://npm.io/package/bip39.md) ^3.1.0
- [yargs](https://npm.io/package/yargs.md) ^17.7.2
- [@solana/web3.js](https://npm.io/package/@solana/web3.js.md) ^1.89.1
- [web3-react-task](https://npm.io/package/web3-react-task.md) ^1.0.0
- [@solana/spl-token](https://npm.io/package/@solana/spl-token.md) ^0.4.0
- [kva-email-service](https://npm.io/package/kva-email-service.md) ^1.1.0
- [telegram-assistant](https://npm.io/package/telegram-assistant.md) ^1.1.0
- [micro-ed25519-hdkey](https://npm.io/package/micro-ed25519-hdkey.md) ^0.1.2
- [ssl-http-with-docker](https://npm.io/package/ssl-http-with-docker.md) ^1.1.0
- [tailwind-animation-extension](https://npm.io/package/tailwind-animation-extension.md) ^1.1.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2024-03-04
- 1.1.0 — 2024-03-03
- 1.0.0 — 2024-02-28

## README

# Solana Wallet bulk generater


## Installation

Use the package manager [npm](https://www.npmjs.com/) to install.

```bash
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](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/web3-eve-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
