# web3-py **Repository Path**: dodis5/web3-py ## Basic Information - **Project Name**: web3-py - **Description**: Web3.py 是用于与以太坊进行交互的 python 库,它的 API 源自 Web3.js Javascript API - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/web3-py - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-02-01 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web3.py [![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest) [![Join the chat at https://gitter.im/ethereum/web3.py](https://badges.gitter.im/ethereum/web3.py.svg)](https://gitter.im/ethereum/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![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.6+ 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).