An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](./imgs/zkSync.jpeg)

# 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 Explorers

info = Explorers().get_last_block()
print(info)
```

## Contact

[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/bxdoan)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/bxdoan)
[![Email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])

## Thanks for use
Buy me a coffee

[![buymecoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/bxdoan)
[![bxdoan.eth](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white)](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[![paypal]( https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/bxdoan)