https://github.com/farial-mahmod/ethereum-balance-web3py
Using Web3py to check Ethereum account balance.
https://github.com/farial-mahmod/ethereum-balance-web3py
blockchain ethereum infura-api python3 web3py
Last synced: about 2 months ago
JSON representation
Using Web3py to check Ethereum account balance.
- Host: GitHub
- URL: https://github.com/farial-mahmod/ethereum-balance-web3py
- Owner: Farial-mahmod
- Created: 2020-11-29T17:22:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T17:57:17.000Z (over 4 years ago)
- Last Synced: 2025-02-15T14:34:10.523Z (4 months ago)
- Topics: blockchain, ethereum, infura-api, python3, web3py
- Language: Python
- Homepage: https://github.com/Farial-mahmod/Ethereum-Balance-Web3py
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
This repository contains a Python program that utilizes Infura API to connect to one's Ethereum account and fetch data (i.e. account balance) to display.
A quick overview:
(1) Ethereum is a blockchain network that is widely adopted
(2) Web3.py is a Python library that interacts with the Ethereum blockchain
(3) Infura provides wonderful APIs to use remote nodes