eip712: Message classes for typed structured data hashing and signing in Ethereum
Project description
Quick Start
Message classes for typed structured data hashing and signing in Ethereum. See EIP-712 for details.
Dependencies
- python3 version 3.7.2 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
Define EIP-712 models:
from eip712.messages import EIP712Message, EIP712Type
class Person(EIP712Type):
name: "string"
wallet: "address"
class Mail(EIP712Message):
_chainId_: "uint256" = 1
_name_: "string" = "Ether Mail"
_verifyingContract_: "address" = "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
_version_: "string" = "1"
sender: Person
receiver: Person
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eip712-0.1.2.tar.gz
(63.1 kB
view details)
Built Distribution
eip712-0.1.2-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file eip712-0.1.2.tar.gz
.
File metadata
- Download URL: eip712-0.1.2.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53f872cb55aaadd5df95c09bdeb5833e342ebd1c5484fd24e18d169f8d6dfc52 |
|
MD5 | 7a956b5e70fd34c24d6cc5d8ac8e72ad |
|
BLAKE2b-256 | 0ec6131eb6aaeeca684b0e8c147ed8991bc4540d3b506ff7a149d3e76d6f560d |
File details
Details for the file eip712-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: eip712-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f493d09a1d391d7a2116287c25507b16f7fb8d7aab1eb65b30c25161860de4d2 |
|
MD5 | 5a9440237db523d9b250cb9cbdcb44b8 |
|
BLAKE2b-256 | 8f4d45f71ba28043aba8ae3d2cdce73345a049630de15ec48975d528fed00454 |