Skip to content

Python library for interacting with the Ethereum Blockchain

License

Notifications You must be signed in to change notification settings

elyase/ethers-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c01bd2e · Oct 17, 2022

History

33 Commits
Apr 8, 2022
Apr 3, 2022
Oct 17, 2022
Apr 11, 2022
Apr 11, 2022
Apr 3, 2022
Apr 11, 2022
Apr 11, 2022
Mar 19, 2022
Mar 21, 2022
Oct 17, 2022
Mar 31, 2022
Mar 21, 2022
Apr 6, 2022
Oct 17, 2022
Apr 6, 2022

Repository files navigation

ethers-py

Python library for interacting with the Ethereum Blockchain and bindings for the great ethers-rs

Install

pip install -U pip
pip install ethers

Getting started

from ethers.providers import HTTPProvider

provider = HTTPProvider("https://mainnet.infura.io/v3/your_infura_id")
block_number = await provider.get_block_number()
# 14429070

Development setup

pip install -r requirements-dev.txt
maturin develop

Features

  • Ethereum JSON-RPC Client
  • Interacting and deploying smart contracts
  • Type safe smart contract bindings code generation
  • Querying past events
  • Event monitoring as Streams
  • ENS as a first class citizen
  • Celo support
  • Polygon support
  • Avalanche support
  • Websockets / eth_subscribe
  • Hardware Wallet Support
  • Parity APIs (tracing, parity_blockWithReceipts)
  • Geth TxPool API
  • WASM Bindings (see note)
  • FFI Bindings (see note)
  • CLI for common operations

About

Python library for interacting with the Ethereum Blockchain

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published