Skip to content

kizrrrrr/Ethereum-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview.

EthApi is a Python library designed for seamless interaction with the Ethereum blockchain. It provides simple methods to retrieve Ethereum and ERC20 token balances using the Infura service. Whether you're building a decentralized application or just exploring the Ethereum network, EthApi makes it easy to access essential blockchain data.

Features

  • Get ETH Balance: Retrieve the balance of Ether for any Ethereum address.
  • Get Token Balance: Fetch the balance of any ERC20 token for a specified wallet address.
  • Easy Integration: Simple setup and usage with minimal code.

Requirements

  • Python 3.6 or higher
  • web3.py library

Installation

To install the required library, just run code.