Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mascrypt0/eth-wallet-generator
Create Ethereum Wallet
https://github.com/mascrypt0/eth-wallet-generator
Last synced: about 2 months ago
JSON representation
Create Ethereum Wallet
- Host: GitHub
- URL: https://github.com/mascrypt0/eth-wallet-generator
- Owner: mascrypt0
- License: mit
- Created: 2024-03-08T16:48:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T21:27:51.000Z (10 months ago)
- Last Synced: 2024-11-05T21:39:37.322Z (2 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum wallet generator
Generating new Ethereum wallets with NPM. Create ETH address, private key and mnemonic.## Install
```
npm i eth-wallet-generate
```
## Use with npx
```
npx eth-wallet-generate
```## Install
```
npm install -g eth-wallet-generate
```## Usage:
```
eth-wallet-generate
```1. Fill the password you desired when prompted
2. Save the mnemonic and private key on a piece of paperOutput:
```
🏠 Address: 0xedd6a7343f2882d790e53b091128bb438b939b6c
🔑 Private key: 82a806b914e87d3a35f388c3f8655cc3ea1fec3b19d5a5333731a3d278edd337
📝 Mnemonic: scrap have expire notable trigger arm trial relief ahead lyrics depart delay
```