Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
/ py-eth-sig-utils Public archive

Collection of python functions to generate hashes for signing on Ethereum

License

Notifications You must be signed in to change notification settings

rmeissner/py-eth-sig-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/*

About

Collection of python functions to generate hashes for signing on Ethereum

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •