bxdoan / py-zkscan-api

Python Zksync Scan API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pip3 install git+https://github.com/bxdoan/py-zkscan-api.git

Usage

📚 Click to see some basic examples

Get block info

from py_zkscan_api import Explorers

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

Contact

Telegram Twitter Email

Thanks for use

Buy me a coffee

buymecoffee bxdoan.eth paypal

About

Python Zksync Scan API

License:MIT License


Languages

Language:Python 100.0%