awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ethereum avatar

ethereum/web3.py

0
View on GitHub↗
5,519 stars·1,722 forks·Python·MIT·26 viewsweb3py.readthedocs.io↗

Web3.py

Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It functions as a JSON-RPC client, allowing applications to connect to blockchain nodes via HTTP, WebSocket, or IPC to read network state and send transactions.

The library includes a dedicated smart contract interface that uses Application Binary Interface definitions to deploy contracts and execute on-chain functions. It also features a cryptography toolkit for signing transactions and hashing data with Keccak, alongside utilities for translating Ethereum Name Service domain names into blockchain addresses.

Broad capabilities cover transaction management and blockchain data retrieval, including the ability to fetch block headers, filter event logs, and convert currency units. The system supports network management through request interception middleware, RPC call batching, and persistent connection monitoring for real-time events.

Features

  • Blockchain Network Integrations - Provides a comprehensive Python interface for connecting to Ethereum nodes and interacting with the blockchain.
  • Blockchain Network Interaction - Provides a comprehensive interface for reading network state and sending transactions to the Ethereum blockchain.
  • Blockchain Data - Provides APIs for querying blockchain networks, retrieving account balances, and fetching transaction history.
  • Blockchain Client Toolkits - Provides a comprehensive toolkit for managing transactions, hashing data with Keccak, and handling cryptographic keys.
  • Blockchain Network Connections - Establishes connections to blockchain nodes via HTTP, WebSocket, or IPC.
  • JSON-RPC Implementations - Functions as a JSON-RPC client for communicating with blockchain nodes via HTTP, WebSocket, or IPC.
  • Protocol-Agnostic Transport Layers - Provides a unified API layer that abstracts communication across HTTP, WebSocket, and IPC transports.
  • Blockchain Transaction Signing - Signs and broadcasts raw transactions to trigger state changes or transfer digital assets.
  • Keccak-256 Hash Computations - Implements the Keccak-256 hash algorithm for generating contract selectors and verifying data integrity.
  • Transaction Signing and Broadcasting - Enables the creation, signing, and broadcasting of raw transactions to the network using private keys.
  • Decentralized Application Development - Provides the backend logic for building decentralized applications, including wallet management and transaction signing.
  • Ethereum Client Libraries - Serves as a primary Python client library for interacting with Ethereum nodes and managing dApp state.
  • Smart Contract Callers - Deploys smart contracts and executes functions using ABIs to handle state overrides and gas estimation.
  • Encoding and Decoding Routines - Implements ABI encoding and decoding to translate blockchain data into Python types.
  • Contract Interface Toolkits - Provides tools for managing ABIs and interacting with smart contracts to read or modify on-chain state.
  • ABI Element Parsers - Parses function and event attributes to verify argument encoding and retrieve unique selectors.
  • Remote Block Fetching - Fetches historical block headers and specific transaction details from remote blockchain nodes.
  • Blockchain Unit Converters - Translates numeric values between the smallest atomic blockchain units and human-readable currency denominations.
  • Blockchain Transaction Orchestration - Manages the transaction lifecycle including gas estimation and batching for modern Ethereum transaction types.
  • Blockchain Address Resolvers - Translates human-readable domain names into their corresponding hexadecimal blockchain addresses.
  • Websocket Connection Managers - Maintains persistent WebSocket and IPC connections for real-time blockchain event monitoring.
  • Decentralized Naming Resolvers - Implements resolution of human-readable ENS domains into blockchain addresses.
  • ENS Domain Resolutions - Resolves Ethereum Name Service domain names into blockchain addresses and associated metadata.
  • Batch Request Handlers - Groups multiple JSON-RPC calls into a single request to reduce network overhead.
  • Address Checksum Validators - Provides logic for verifying Ethereum address integrity using mixed-case checksums.
  • Data Type Conversions - Transforms values between raw bytes, hexadecimal strings, and Python integers for EVM compatibility.
  • Typed Data Signatures - Provides support for creating cryptographic signatures for structured data following standardized formatting rules.
  • Blockchain Address Validation - Verifies if strings are valid blockchain addresses and confirms they follow checksum formatting.
  • Request Interception Middleware - Provides a stack of configurable middleware layers to intercept and modify network requests and responses.
  • Deployed Contract Monitoring - Tracks real-time behavior and events emitted by deployed smart contracts.
  • Blockchain Event Monitors - Tracks real-time smart contract events and block updates via WebSocket subscriptions.
  • Blockchain Event Logs - Implements filtering of blockchain event logs using topics and non-indexed arguments.
  • Blockchain Event Subscriptions - Maintains long-lived connections to receive real-time notifications for blockchain logs and new blocks.
  • Backend Ethereum Libraries - Python library for interacting with the Ethereum blockchain.
  • Blockchain SDKs - Python library for interacting with Ethereum nodes.

Star history

Star history chart for ethereum/web3.pyStar history chart for ethereum/web3.py

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does ethereum/web3.py do?

Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It functions as a JSON-RPC client, allowing applications to connect to blockchain nodes via HTTP, WebSocket, or IPC to read network state and send transactions.

What are the main features of ethereum/web3.py?

The main features of ethereum/web3.py are: Blockchain Network Integrations, Blockchain Network Interaction, Blockchain Data, Blockchain Client Toolkits, Blockchain Network Connections, JSON-RPC Implementations, Protocol-Agnostic Transport Layers, Blockchain Transaction Signing.

Which projects share features with ethereum/web3.py?

Projects with overlapping indexed features include: wevm/wagmi — Wagmi is a collection of reactive hooks and a toolkit for interacting with Ethereum blockchains. It provides a… inoutcode/ethereum_book — This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides… remix-project-org/remix-project — Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete… foundry-rs/foundry — Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing,… ethereum/web3.js — web3.js is a TypeScript development framework and library for integrating applications with the Ethereum blockchain.… web3/web3.js — web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain…

Projects sharing features with Web3.py

These projects share indexed features with Web3.py. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • wevm/wagmiwevm avatar

    wevm/wagmi

    6,731View on GitHub↗

    Wagmi is a collection of reactive hooks and a toolkit for interacting with Ethereum blockchains. It provides a comprehensive suite of primitives for managing wallet connections, reading smart contract data, and orchestrating on-chain transactions. The project distinguishes itself through a smart contract interface toolkit that retrieves binary interfaces to generate type-safe hooks and function wrappers. This ensures that blockchain inputs and outputs are validated at compile-time. It also features a specialized utility for translating Ethereum Name Service domains into wallet addresses and p

    TypeScriptdappethereumhooks
    View on GitHub↗6,731
  • inoutcode/ethereum_bookinoutcode avatar

    inoutcode/ethereum_book

    4,081View on GitHub↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    View on GitHub↗4,081
  • remix-project-org/remix-projectremix-project-org avatar

    remix-project-org/remix-project

    3,003View on GitHub↗

    Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati

    TypeScriptblockchainethereumevm
    View on GitHub↗3,003
  • foundry-rs/foundryfoundry-rs avatar

    foundry-rs/foundry

    10,125View on GitHub↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Rustalloyblockchainbytecode
    View on GitHub↗10,125
Compare all 30 related projects→