Skip to content

lonex/emojaddress

Repository files navigation

emojaddress

Emoji mnemonic for Ethereum and Bitcoin addresses.

Bitcoin and Ethereum address are hard to short-memorize when you navigate websites like etherscan.io or blockchain.info. This project is to ease that.

  • Transalate address into mnemonic
  • Supported mnemonic for English, Chinese and Emoji only for now

Deterministic wallets use mnemonic for private key. The same idea can be applied to public address. It's a matter of encoding eventually.

install

Only supports Python3

Example

from emojaddress.address import Address
address = Address()
# see examples in these test cases

See example usages here

Credits

  • Free software: MIT license

Credits2

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.