Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 722 Bytes

Python Ethereum Signing Utils

Build Status PyPI version

Type Data Hashes

This utils contain methods to generate hashes of typed data based on EIP-712.

Setup

  1. virtualenv env -p python3
  2. pip install -r requirements.txt
  3. 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/*