Skip to content

Python scripts for Ethereum blockchain interactions: connect to nodes, retrieve blockchain data, check balances, and interact with smart contracts.

Notifications You must be signed in to change notification settings

GlobeBit/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Python scripts for Ethereum blockchain interactions: connect to nodes, retrieve blockchain data, check balances, and interact with smart contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages