You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,17 @@
6
6
7
7
#etherscan-python
8
8
9
-
Minimal python API for[etherscan.io](etherscan.io).
9
+
A minimal python API for[etherscan.io](etherscan.io).
10
+
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.
12
+
13
+
Their example use-cases are summarized[here](https://api.etherscan.io/apis).
10
14
11
15
##Installation
12
16
13
-
Assuming[conda](https://docs.conda.io/en/latest/miniconda.html) is already installed in your system, first create the environment:
17
+
Before proceeding, you should register an account on etherscan.io and generate a personal API key to use.
18
+
19
+
Assuming[conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment: