Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`