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

Skip to content

Commit ea576b6

Browse files
authored
Added instructions
1 parent 616991a commit ea576b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
2+
3+
# etherscan-python
4+
5+
A minimal python API for [etherscan.io](etherscan.io).
6+
17
[![Build Status](https://travis-ci.com/pcko1/etherscan-python.svg?branch=master)](https://travis-ci.com/pcko1/etherscan-python)
28
[![codecov](https://codecov.io/gh/pcko1/etherscan-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pcko1/etherscan-python)
39
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-385/)
410
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
511

6-
# etherscan-python
7-
8-
A minimal python API for [etherscan.io](etherscan.io).
9-
1012
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.
1113

1214
Their example use-cases are summarized [here](https://api.etherscan.io/apis).

0 commit comments

Comments
 (0)