All Projects → rmeissner → py-eth-sig-utils

rmeissner / py-eth-sig-utils

Licence: MIT license
Collection of python functions to generate hashes for signing on Ethereum

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to py-eth-sig-utils

anyangdp-frame
基于mybatis,springboot,tk.mybatis等框架二次开发,实现crud,controller,service,dao。
Stars: ✭ 16 (-11.11%)
Mutual labels:  utils
changelog-linker
[READ-ONLY] Make CHANGELOG.md Useful with Links
Stars: ✭ 81 (+350%)
Mutual labels:  utils
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (+44.44%)
Mutual labels:  utils
HttpUrlConnectionUtilDemo
写小demo的时候,用Android成熟的网络框架有些大炮打蚊子,所以用最简单的方式写了一个网络工具类,注意,这个只是工具类...
Stars: ✭ 31 (+72.22%)
Mutual labels:  utils
esa-commons
Common lib of ESA Stack.
Stars: ✭ 51 (+183.33%)
Mutual labels:  utils
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (+33.33%)
Mutual labels:  utils
react-semantic-render
Semantic helper components for rendering content with React.
Stars: ✭ 13 (-27.78%)
Mutual labels:  utils
dd
This package will add the dd and dump helpers to your Phalcon application.
Stars: ✭ 17 (-5.56%)
Mutual labels:  utils
lobase
Port of the OpenBSD userland to Linux.
Stars: ✭ 89 (+394.44%)
Mutual labels:  utils
util
封装了一些Java常用的功能
Stars: ✭ 19 (+5.56%)
Mutual labels:  utils
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (+16.67%)
Mutual labels:  utils
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+233.33%)
Mutual labels:  utils
packetevents
PacketEvents is a powerful packet library. Our packet wrappers are efficient and easy to use. We support many protocol versions. (1.8+)
Stars: ✭ 235 (+1205.56%)
Mutual labels:  utils
vue-functional-data-merge
Vue.js util for intelligently merging data passed to functional components.
Stars: ✭ 100 (+455.56%)
Mutual labels:  utils
agon
🦉 my golang utilities, log json config and other
Stars: ✭ 12 (-33.33%)
Mutual labels:  utils
JavaBaseUtils
Java常用工具类包
Stars: ✭ 22 (+22.22%)
Mutual labels:  utils
table2ascii
Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord
Stars: ✭ 31 (+72.22%)
Mutual labels:  utils
Y-BP
YFE Team 前端最佳实践
Stars: ✭ 28 (+55.56%)
Mutual labels:  utils
permissionUtil
Simple permission helper
Stars: ✭ 64 (+255.56%)
Mutual labels:  utils
sweekt
🍭 Some sugar to sweeten Kotlin development.
Stars: ✭ 35 (+94.44%)
Mutual labels:  utils

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/*
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].