An open API service indexing awesome lists of open source software.

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.

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