Skip to content

Commit 69c36d0

Browse files
committed
Update readme
1 parent 9dea921 commit 69c36d0

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,43 @@
11
# polygonscan-python
22

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+
336
A minimal, yet complete, Python API for [polygonscan.com](https://polygonscan.com/).
437

538
This package was cloned from [bscscan-python](https://github.com/pcko1/bscscan-python) and
639
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.
941

1042
Available on [PyPI](https://pypi.org/project/polygonscan-python/). Powered by [polygonscan.com APIs](https://polygonscan.com/apis#misc).
1143

0 commit comments

Comments
 (0)