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

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.

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