connect.py
Libraries
Web3.py - Node RPC Integration
Learn how to use Web3.py to enable your Python application to communicate with Ethereum through Node RPC.
web3.py is a Python library for interacting with Ethereum.
It’s commonly found in decentralized apps (dapps) to help with sending transactions, interacting with smart contracts, reading block data, and a variety of other use cases. Point web3.py at Node RPC to reach 80+ EVM networks, and see the JSON-RPC reference for supported methods.