Skip to content

Commit 2a2b941

Browse files
authored
Create README.md
1 parent 2604a6d commit 2a2b941

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Ethereum Python Interactions
2+
3+
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.
4+
5+
Quick Start
6+
Install Web3.py:
7+
bash
8+
pip install web3
9+
Set up your Infura HTTPS URI and update <your Infura HTTPs URI> in the code.
10+
11+
Features
12+
- Connect to Ethereum node
13+
- Fetch latest block data
14+
- Check wallet balance in Wei
15+
- Interact with the Bored Ape contract: owner, supply, and token details

0 commit comments

Comments
 (0)