Skip to content

xecdev/ecash-wallet-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

eCash Wallet Generator

A simple Python script to generate eCash wallets compatible with Cashtab, using the derivation path (m/44'/1899'/0'/0/0).

Features

  • Generates a 12-word mnemonic (BIP39).
  • Generates a valid eCash address in ecash: format for the generated mnemonic.
  • Derives private & public keys using BIP32 (Secp256k1).
  • Fully compatible with Cashtab imports.

βš™οΈ Installation

πŸ“¦ Install dependencies:

pip install -r requirements.txt

πŸ›  Usage

python app.py

πŸ“ Output

Seed phrase: length want eyebrow stomach decide ocean spray gloom worth retreat quick panther

eCash address: ecash:qrqvhf0tqzjsqdt8xlc779fz7fuvppc8hcyct3kyjs

About

A script that generates eCash wallets with their 12 word seed phrases. Cashtab compatible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages