https://github.com/bxdoan/py-zkscan-api
Python Zksync Scan API
https://github.com/bxdoan/py-zkscan-api
api scan scanner zksync
Last synced: 3 months ago
JSON representation
Python Zksync Scan API
- Host: GitHub
- URL: https://github.com/bxdoan/py-zkscan-api
- Owner: bxdoan
- License: mit
- Created: 2023-07-13T15:10:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T05:33:12.000Z (almost 2 years ago)
- Last Synced: 2024-01-28T01:13:00.428Z (over 1 year ago)
- Topics: api, scan, scanner, zksync
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# py-zkscan-api
Python Zksync Scan API
A Python wrapper for the zksync scan api to fetch data and metadata from the zksync blockchain## Install
```shell
pip3 install git+https://github.com/bxdoan/py-zkscan-api.git
```## Usage
📚 Click to see some basic examples
Get block info
```python3
from py_zkscan_api import Explorersinfo = Explorers().get_last_block()
print(info)
```## Contact
[](https://t.me/bxdoan)
[](https://twitter.com/bxdoan)
[](mailto:[email protected])## Thanks for use
Buy me a coffee[](https://www.buymeacoffee.com/bxdoan)
[](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[](https://paypal.me/bxdoan)