Evmos wallet utils.
Project description
Evmos wallet
Evmos wallet utils for python3.9+.
Installation
pip install evmoswallet
Usage
from evmoswallet import Wallet
wallet = Wallet(seed)
seed = 'report spend crisp crisp world shock morning hour ' \
'spoon problem one hole program piano donkey width ' \
'today view canoe clap brick bundle rose book'
print(wallet.eth_address)
# "0xe7e3654bc1ea915e7216d8193ef8dd7d5dae987f"
print(wallet.evmos_address)
# "evmos1ul3k2j7pa2g4uuskmqvna7xa04w6axrl85alz5"
print(wallet.private_key)
# bytes.fromhex("8721109b7244925c0480f4172546b8b53dfe87845274070fbe8e6da739d1b813")
msg = bytes(...) # protobuf message
signed = wallet.sign(msg)
References
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
evmoswallet-1.0.4.tar.gz
(31.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evmoswallet-1.0.4.tar.gz.
File metadata
- Download URL: evmoswallet-1.0.4.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a28fda295e071e0eedbde7927d18c26cca77324144fdc36f45016ca9dd83dc4
|
|
| MD5 |
9093c05585a8f91831d758c654a289cd
|
|
| BLAKE2b-256 |
264f8e3d65f607fe8291ccad0f428c906c01a1f05699bacc198d392dd89a79cc
|
File details
Details for the file evmoswallet-1.0.4-py3-none-any.whl.
File metadata
- Download URL: evmoswallet-1.0.4-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
277dcb744e67bde09012cc4909b5e8f951dfbe798cf4537121b0a4503bcb6717
|
|
| MD5 |
ceb1d101ae42ae1c61614c6df0ca03a5
|
|
| BLAKE2b-256 |
052a9028992c9c870ec15169f58df6e75a5a37e298a7805e41c61293c77f28dc
|