Metadata-Version: 2.1
Name: EtherChainPy
Version: 1.0.79
Summary: A python interface to the ethereum blockchain explorer at https://www.etherscan.io
Home-page: https://github.com/ZignalNET/EtherChainPy
Author: Emmanuel Adigun
Author-email: emmanuel@zignal.net
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# EtherChainPy
A python interface to the ethereum blockchain explorer at https://www.etherscan.io

## Features
- Accounts - Address balance or balances.
- Contracts - ABIs and source codes
- Transactions - Status of contract execution, tx receipts.
- Blocks - Rewards by block number as well as its uncle, daily block count and rewards, daily avg block mining time, daily uncle count and rewards 
- Logs - Daily event logs from an address by optional block range
- Geth routines - Etherum JSON RPC calls. https://eth.wiki/json-rpc/API

## Installation
EtherChainPy is available for distribution as a pip packgage
```sh
pip install EtherChainPy
```
