Questions tagged [web3py]

Web3.py is a library for interacting with EVM based blockchains and smart contracts in Python.

For more information see Web3.py documentation.

Web3.py is maintained by Ethereum Foundation.

578 questions
-3
votes
1 answer

python sintax problem for solidity compilator

I have problem connected to python. I want to compile solidity files using python. But getting error. import json from solcx import compile_standard, install_solc with open("./SimpleStorage.sol", "r") as file: simple_storage_file =…
irakli777
  • 41
  • 5
-3
votes
1 answer

I need get a all transactions like mint , burn in web3

I need to get all transactions from aa address on bsc. I tried bscscan api but it doesn't give everything like burning minting actions, they just give transfers , how can I get all transactions with web3 js or web3 py. I would appreciate if someone…
-3
votes
1 answer

How to fix error "ERROR: Command errored out with exit status 1: " when trying to install web3 using pip

I am trying to install web3 using pip, but it keeps running into an error. I have seen suggestions telling me to install older versions of web3. I have already done that. After running the install command, it installs most of the components but…
Victor
  • 7
  • 4
-4
votes
1 answer

pip install web3 in python did not run successfully

I want to install the web3py library to deploy a smart contract in blockchain and I'm faced with this issue. How can I fix it? error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ?─> [5…
-5
votes
0 answers

Authentication system using web3 wallets

How can I authenticate users based on their connected wallets using Python. I saw most of the information available is using javascript but I want to do it purely using Python & flask. I'm working on a Flask web application which will use wallets…
1 2 3
38
39