Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glonlas/offline-mnemonic-generator
A simple python script that generates a crypto wallet mnemonic and its first Ethereum address
https://github.com/glonlas/offline-mnemonic-generator
cryptocurrency ethereum ethereum-wallet smart-contracts wallet
Last synced: 5 days ago
JSON representation
A simple python script that generates a crypto wallet mnemonic and its first Ethereum address
- Host: GitHub
- URL: https://github.com/glonlas/offline-mnemonic-generator
- Owner: glonlas
- Created: 2023-04-15T12:43:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-15T12:58:07.000Z (over 1 year ago)
- Last Synced: 2024-10-12T20:24:46.218Z (about 1 month ago)
- Topics: cryptocurrency, ethereum, ethereum-wallet, smart-contracts, wallet
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offline Mnemonic Generator
This utils generates for you a 24 words wallet mnemonic. It is a offline process, so it can be considered safe.## Feature
- [x] Generate 24 words mnemonic wallet
- [x] Returns the first Ethereum public address
- [x] Offline script
- [x] Python 3 version# Get started
## 1. Install the Python dependency
```zsh
pip install -r requirements.txt
```## 2. Run the Mnemonic generator
```zsh
python generate_wallet_mnemonic.py
```## Output
> Generated mnemonic:
> `original lecture toy yellow job voyage provide oven sketch chat pencil stem ability stumble ship legal area illness regret spatial potato security hood sentence`
>
> First Ethereum wallet address:
> `0x677F0B973453E582b1C08F760905F1429bdCa8d4`