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.
Only supports Python3
from emojaddress.address import Address
address = Address()
# see examples in these test cases
- BIP dictionary based on bitcoin project
- Emoji unicodes are copied from the Emoji Python project
- Free software: MIT license
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.