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.1.tar.gz
(63.0 kB
view details)
Built Distribution
eip712-0.1.1-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file eip712-0.1.1.tar.gz
.
File metadata
- Download URL: eip712-0.1.1.tar.gz
- Upload date:
- Size: 63.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23fc2a18c5eac9137b2bebaf9f0d70a03a11188aa2436144f149651402865adf |
|
MD5 | 7fa2bf82d5eb1f8322a1e9442bd205cd |
|
BLAKE2b-256 | bde03dbd737e0661b9078522a4ec9022b5cacaf20de71cccdba5dd651b874383 |
File details
Details for the file eip712-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: eip712-0.1.1-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 | 4ce4bf90cb890255c801f414caa41697c464cce5ba93f8f13e4562cc1934c3a0 |
|
MD5 | 9e0b159ff61072171b46c6681302ce1d |
|
BLAKE2b-256 | 005bd4ff3c0f0be5d4f32cba1ce2cb766c85a0ab135d002c230f097f858261b0 |