File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
1
# polygonscan-python
2
2
3
+ <p align =" center " >
4
+ <a href =" https://github.com/tarsil/polygonscan-python " alt =" build " >
5
+ <img src="https://github.com/tarsil/polygonscan-python/workflows/build/badge.svg" /></a>
6
+ </p >
7
+
8
+ <p align =" center " >
9
+ <a href =" https://badge.fury.io/py/polygonscan-python " alt =" pypi " >
10
+ <img src="https://badge.fury.io/py/polygonscan-python.svg" /></a>
11
+
12
+ <a href =" " alt =" license " >
13
+ <img src="https://img.shields.io/github/license/tarsil/polygonscan-python" /></a>
14
+
15
+ <a href =" https://www.python.org/downloads/release/python-385/ " alt =" python-version " >
16
+ <img src="https://img.shields.io/badge/python-3.8-blue.svg" /></a>
17
+ </p >
18
+
19
+ <p align =" center " >
20
+ A complete Python API for <a href =" https://polygonscan.com/ " >PolygonScan.com</a >
21
+ </p >
22
+
23
+ <p align =" center " >
24
+ Powered by <a href =" https://polygonscan.com/apis " >PolygonScan.com APIs</a >
25
+ </p >
26
+
27
+ <p align =" center " >
28
+ Available on <a href =" https://pypi.org/project/polygonscan-python/ " >PyPI</a >
29
+ </p >
30
+
31
+
32
+ <p align =" center " >
33
+ <i >A fork of the <a href =" https://github.com/pcko1/bscscan-python " >bscscan-python</a > package.</i >
34
+ </p >
35
+
3
36
A minimal, yet complete, Python API for [ polygonscan.com] ( https://polygonscan.com/ ) .
4
37
5
38
This package was cloned from [ bscscan-python] ( https://github.com/pcko1/bscscan-python ) and
6
39
readapted to polygon network. A special thanks to the [ creator] ( https://github.com/pcko1 ) .
7
-
8
- All standard and pro endpoints are provided.
40
+ Without his hardwork this would be possible.
9
41
10
42
Available on [ PyPI] ( https://pypi.org/project/polygonscan-python/ ) . Powered by [ polygonscan.com APIs] ( https://polygonscan.com/apis#misc ) .
11
43
You can’t perform that action at this time.
0 commit comments