py-eth-sig-utils0.4.0
py-eth-sig-utils0.4.0
Published
Python Ethereum Signing Utils
pip install py-eth-sig-utils
Package Downloads
Authors
Project URLs
Requires Python
Python Ethereum Signing Utils
Type Data Hashes
This utils contain methods to generate hashes of typed data based on EIP-712.
Setup
virtualenv env -p python3
pip install -r requirements.txt
python -m unittest
Deploy
Library is automatically deployed if a tag is created.
Manual deployment can be peformed with:
python setup.py sdist bdist_wheel
twine upload dist/*