# web3.py **Repository Path**: ProjectOpenSea/web3.py ## Basic Information - **Project Name**: web3.py - **Description**: A python interface for interacting with the Ethereum blockchain and ecosystem. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: blockchain **Tags**: None ## README # Web3.py [![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest) [![Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84) [![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3.py) A Python library for interacting with Ethereum, inspired by [web3.js](https://github.com/ethereum/web3.js). * Python 3.7.2+ support --- ## Quickstart [Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or [take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library. ## Documentation For additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/). ## Want to help? Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html), then check out issues that are labeled [Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22). --- #### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).