Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kizrrrrr/ethereum-api
This is python library to use Ethereum.
https://github.com/kizrrrrr/ethereum-api
eth eth-api eth-app ethereum ethereum-api ethereum-blockchain ethereum-bruteforce ethereum-dapp ethereum-wallet
Last synced: 9 days ago
JSON representation
This is python library to use Ethereum.
- Host: GitHub
- URL: https://github.com/kizrrrrr/ethereum-api
- Owner: kizrrrrr
- License: mit
- Created: 2024-11-04T12:53:43.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:56:12.000Z (14 days ago)
- Last Synced: 2024-11-04T13:40:40.375Z (14 days ago)
- Topics: eth, eth-api, eth-app, ethereum, ethereum-api, ethereum-blockchain, ethereum-bruteforce, ethereum-dapp, ethereum-wallet
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.