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

Best in class web3 SDK for Python 3.7+

Results 25 python-sdk issues
Sort by recently updated
recently updated
newest added

File "/root/auth/server/app.py", line 57, in authenticate balance = contract.erc721.balance_of(address) File "/root/auth/server/venv/lib/python3.10/site-packages/thirdweb/core/classes/erc_721.py", line 277, in balance_of return self._contract_wrapper._contract_abi.balance_of.call(address) File "/root/auth/server/venv/lib/python3.10/site-packages/thirdweb/abi/token_erc721.py", line 256, in call tx_params = super().normalize_tx_params(tx_params) File "/root/auth/server/venv/lib/python3.10/site-packages/zero_ex/contract_wrappers/bases.py", line 79,...

getRpcUrl doesn't exist, we should use get_rpc_url @adam-maj

Not adding extension functions yet - tried but it'll take me a while

Running into issues trying to set up the poetry environment using python version 3.11.2. The current project's Python requirement (3.11.2) is not compatible with some of the required packages Python...