jvinet / eip712

EIP712 Encoding and Signing in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple, barebones Python library for EIP712 encoding and signing, which can also handle arrays of user-defined EIP712 types.

Most of this code was ported from the ethers Javscript project.

About

EIP712 Encoding and Signing in Python

License:MIT License


Languages

Language:Python 100.0%