Skip to content

A Python library for interacting with Ethereum and supporting asynchronous requests.

License

Notifications You must be signed in to change notification settings

www5226448/web3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3s

The repository is deprecated, because the official web3 https://github.com/ethereum/web3.py is compatible with async now.

This is a Python library for interacting with Ethereum and supporting asynchronous requests.

If you want to synchronize a method, you can use the sync method in utils to change the asynchronous method to synchronous.

You can use pip to install:

$ pip install web3s

All APIs are consistent with the web3py 4.8.0 version.

This package only suppoorts the web3 http provider.

Please note that some provider may doesn't support the txpool api.

This package is compatible with EIP-1559,EIP-2718 and EIP-2939.

check eth_accounts newest release how to sign a EIP1559 tx.