Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20388e6

Browse files
author
Kotsias, Panagiotis-Christos
committed
Pulled README.
2 parents aa4781f + 8a4123f commit 20388e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[![Build Status](https://travis-ci.com/pcko1/etherscan-python.svg?branch=master)](https://travis-ci.com/pcko1/etherscan-python)
2-
[![codecov](https://codecov.io/gh/pcko1/etherscan-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pcko1/etherscan-python)
3-
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-385/)
41

5-
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
62

73
# etherscan-python
84

9-
A minimal python API for [etherscan.io](etherscan.io).
5+
A minimal python API for [etherscan.io](etherscan.io).
106

11-
Most of the free webhooks from the [Accounts](https://etherscan.io/apis#accounts), [Contracts](https://etherscan.io/apis#contracts), [Transactions](https://etherscan.io/apis#transactions) and [Tokens](https://etherscan.io/apis#tokens) modules are supported.
7+
[![Build Status](https://travis-ci.com/pcko1/etherscan-python.svg?branch=master)](https://travis-ci.com/pcko1/etherscan-python)
8+
[![codecov](https://codecov.io/gh/pcko1/etherscan-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pcko1/etherscan-python)
9+
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-385/)
10+
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
11+
___
1212

13-
Their example use-cases are summarized [here](https://api.etherscan.io/apis).
13+
Most of the free webhooks from the [Accounts](https://etherscan.io/apis#accounts), [Contracts](https://etherscan.io/apis#contracts), [Transactions](https://etherscan.io/apis#transactions) and [Tokens](https://etherscan.io/apis#tokens) modules are supported. Their example use-cases are summarized [here](https://api.etherscan.io/apis).
1414

1515
## Installation
1616

@@ -42,7 +42,7 @@ conda activate etherscan-python && bash run_tests.sh
4242

4343
## Usage
4444

45-
In `python` , create a client with your personal etherscan.io API key:
45+
In `python`, create a client with your personal etherscan.io API key:
4646

4747
``` python
4848
from etherscan.client import Client

0 commit comments

Comments
 (0)