/eip712

Message classes for typed structured data hashing and signing in Ethereum

Primary LanguagePythonApache License 2.0Apache-2.0

eip712

Message classes for typed structured data hashing and signing in Ethereum. See EIP-712 for details.

Dependencies

  • python3 version 3.6 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install eip712

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/eip712.git
cd eip712
python3 setup.py install

Quick Usage

TODO: Describe library overview in code

Development

This project is in early development and should be considered an alpha. Things might not work, breaking changes are likely. Comments, questions, criticisms and pull requests are welcomed.

Documentation

To build docs:

sphinx-autogen docs/index.rst  # automatically creates modules/* files
python build_docs.py  # build docs in docs/_build
python build_docs.py --rsync=/tmp/eip712  # for serving up docs in development

License

This project is licensed under the Apache 2.0 license.