This utils contain methods to generate hashes of typed data based on EIP-712.
virtualenv env -p python3
pip install -r requirements.txt
python -m unittest
Library is automatically deployed if a tag is created.
Manual deployment can be peformed with:
python setup.py sdist bdist_wheel
twine upload dist/*