emoji mnemonic for Ethereum and Bitcoin addresses
Project description
emojaddress
Emoji mnemonic for Ethereum and Bitcoin addresses.
Features
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
Transalates address into mnemonic
Supports mnemonic for English, Chinese and Emoji
Deterministic wallets use mnemonic for private key. The same idea can be applied to public address. It’s a matter of encoding eventually. The BTC and Ethereum public addresses are based on a 20 bytes (160 bit) integer. Each dictionary’s size is 2048. The address is encoded in 15 mnemonic to cover the entropy.
The JavaScript version is at JS emojaddress
Install
> pip install emojaddress
Only supports Python3
Example
In [1]: from emojaddress.address import Address
In [2]: address = Address()
# see examples in these test cases
Credits
BIP dictionary based on bitcoin project
Unicode Emoji Unicode Emoji
Emoji unicodes are copied from the Emoji Python project
Credits2
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2018-08-04)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file emojaddress-0.1.6.tar.gz
.
File metadata
- Download URL: emojaddress-0.1.6.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e11b6a2e6678eaa1239f1dc01f2223ffcc3cdcfdaf008bc2f7e256ffd31ac5 |
|
MD5 | ef33c6e9bf4ba61c4b66c3cd0a6c6da4 |
|
BLAKE2b-256 | aafe3ca9df60ac5c853ee7b5eb235964a22a0145724d8a6eb36ce93507b33efa |