erc20token-sdk-python icon indicating copy to clipboard operation
erc20token-sdk-python copied to clipboard

Streamlines working with ERC20 tokens in Python

Results 5 erc20token-sdk-python issues
Sort by recently updated
recently updated
newest added

Your Requirements: Make sure you have Python 2 >=2.7.9. Your Roadmap: Use web3.py v.4. Currently v.3.16.x is used. But web3 support - Python 3.5+ .

GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy...

Hi Guyz, The problem in _encode_transaction_data method, i guess new lib of web3 py has changed its methods, do you know how to fix it? Thx PS: sendEther is working...

### what was wrong The codebase currently uses web3 3.x. However, web3 v4 is out and has a lot of changes included. A lot of bugs(filters in particular) have been...

Hi All, This is very useful lib to send transactions. Thank you!!! i need to understand how to make deposit on IDEX market from my wallet using web3 py. Can...