ENNAENNA

Web3.py

FeaturedMIT

โ‚ฟ Crypto Tracing ยท Python

Web3.py is a Python library for interacting with the Ethereum blockchain. It provides a comprehensive interface for querying blocks and transactions, deploying and interacting with smart contracts, managing accounts and keys, and working with ENS domains. Web3.py supports multiple providers including HTTP, WebSocket, and IPC, making it versatile for both development and forensic analysis. It's the standard library for Ethereum interaction in Python.

5.5kstars
1.7kforks
139issues
Updated 22d ago
+I use this

Installation

pip

$ pip install web3

pipx

$ pipx install web3

Use Cases

  • Querying Ethereum blockchain data programmatically
  • Smart contract interaction and deployment
  • Transaction tracing and analysis
  • Wallet balance monitoring
  • DeFi protocol interaction and analysis
  • Building blockchain forensic tools

Tags

ethereumlibrarysmart-contractsrpc

Community Reviews

More in Crypto Tracing