|
6 | 6 |  |
7 | 7 | [](https://zenodo.org/badge/latestdoi/298646404) |
8 | 8 |
|
9 | | -A minimal, yet complete, python API for[Etherscan.io](Etherscan.io). Available on[PyPI](https://pypi.org/project/etherscan-python/). |
| 9 | +A minimal, yet complete, python API for[Etherscan.io](https://etherscan.io/). Available on[PyPI](https://pypi.org/project/etherscan-python/). |
10 | 10 |
|
11 | 11 | Powered by[Etherscan.io APIs](https://etherscan.io/apis). |
12 | 12 | ___ |
@@ -111,7 +111,7 @@ All of the *free* GET endpoints from the following modules are provided: |
111 | 111 |
|
112 | 112 | ##Installation |
113 | 113 |
|
114 | | -Before proceeding, you should register an account on[Etherscan.io](Etherscan.io) and[generate a personal API key](https://etherscan.io/myapikey) to use. |
| 114 | +Before proceeding, you should register an account on[Etherscan.io](https://etherscan.io/) and[generate a personal API key](https://etherscan.io/myapikey) to use. |
115 | 115 |
|
116 | 116 | Assuming[conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment: |
117 | 117 |
|
@@ -149,7 +149,7 @@ This will regenerate the logs under `logs/` with the most recent results and the |
149 | 149 |
|
150 | 150 | ## Usage |
151 | 151 |
|
152 | | -In`python`, create a client with your personal [Etherscan.io](Etherscan.io) API key: |
| 152 | +In`python`, create a client with your personal [Etherscan.io](https://etherscan.io/) API key: |
153 | 153 |
|
154 | 154 | ``` python |
155 | 155 | from etherscan import Etherscan |
|