https://github.com/farial-mahmod/ethereum-blockchain-inspection
Inspecting block details on Ethereum blockchain.
https://github.com/farial-mahmod/ethereum-blockchain-inspection
blockchain ethereum infura-api python3 web3py
Last synced: about 2 months ago
JSON representation
Inspecting block details on Ethereum blockchain.
- Host: GitHub
- URL: https://github.com/farial-mahmod/ethereum-blockchain-inspection
- Owner: Farial-mahmod
- Created: 2020-11-29T18:06:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T18:11:40.000Z (over 4 years ago)
- Last Synced: 2025-03-27T03:35:15.158Z (2 months ago)
- Topics: blockchain, ethereum, infura-api, python3, web3py
- Language: Python
- Homepage: https://github.com/Farial-mahmod/Ethereum-Blockchain-Inspection
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
This repository contains a program written in Python using its web3py library to inspect a block's number, ID, hashrate, protocol, account balance and other data on the Ethereum blockchain.
To be noted:
(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 APIs to use remote nodes