connect.py
Libraries
Connect Web3.py Python apps to Tenderly Node RPC
Connect your Python application to Ethereum and 75+ EVM networks through Tenderly Node RPC using the Web3.py library over HTTP or WebSocket providers.
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 75+ EVM networks, and see the JSON-RPC reference for supported methods.