Skip to content

A simple python script that generates a crypto wallet mnemonic and its first Ethereum address

Notifications You must be signed in to change notification settings

glonlas/offline-mnemonic-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Generate 24 words mnemonic wallet
  • Returns the first Ethereum public address
  • Offline script
  • Python 3 version

Get started

1. Install the Python dependency

pip install -r requirements.txt

2. Run the Mnemonic generator

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

About

A simple python script that generates a crypto wallet mnemonic and its first Ethereum address

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages