Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 527 Bytes

Ethereum Python Interactions

This repo shows simple Ethereum interactions in Python using Web3.py. Connect to an Ethereum node, retrieve the latest block, check wallet balances, and interact with the Bored Ape Yacht Club contract.

Quick Start Install Web3.py: bash pip install web3 Set up your Infura HTTPS URI and update in the code.

Features

  • Connect to Ethereum node
  • Fetch latest block data
  • Check wallet balance in Wei
  • Interact with the Bored Ape contract: owner, supply, and token details