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

Skip to content

Commit 0342b6d

Browse files
authored
Updated README
1 parent 5a1cccc commit 0342b6d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# etherscan-python
22

3-
A minimal, yet complete, python API for [etherscan.io](etherscan.io).
4-
53
[![Build Status](https://travis-ci.com/pcko1/etherscan-python.svg?branch=master)](https://travis-ci.com/pcko1/etherscan-python)
64
[![codecov](https://codecov.io/gh/pcko1/etherscan-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pcko1/etherscan-python)
75
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-385/)
86
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
97
[![DOI](https://zenodo.org/badge/298646404.svg)](https://zenodo.org/badge/latestdoi/298646404)
108

9+
A minimal, yet complete, python API for [Etherscan.io](Etherscan.io). Powered by [Etherscan.io APIs](https://etherscan.io/apis).
10+
11+
Powered by [Etherscan.io APIs](https://etherscan.io/apis).
1112
___
1213

1314
All of the *free* GET endpoints from the following modules are provided:
@@ -110,7 +111,7 @@ If you think that a newly-added method is missing, kindly open an [issue](https:
110111

111112
## Installation
112113

113-
Before proceeding, you should register an account on [etherscan.io](etherscan.io) and generate a personal API key to use.
114+
Before proceeding, you should register an account on [Etherscan.io](Etherscan.io) and generate a personal API key to use.
114115

115116
Assuming [conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment:
116117

@@ -142,7 +143,7 @@ This will regenerate the logs under `logs/` with the most recent results and the
142143

143144
## Usage
144145

145-
In `python`, create a client with your personal etherscan.io API key:
146+
In `python`, create a client with your personal [Etherscan.io](Etherscan.io) API key:
146147

147148
``` python
148149
from etherscan import Etherscan

0 commit comments

Comments
 (0)