mmchougule / zksync-pyops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zksync-ops

Python cli to deploy zksync contracts.

Installation

pip install zksync-deploy

Prerequisites

  1. Compile smart contract using zkSync cli
  2. It generates zkSync ABI JSON and contract binary
  3. Deploy contract using zksync-ops cli
    zksyncops deploy --help zksyncops deploy "CONTRACT_HEX_PATH" "CONTRACT_ABI_PATH"

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

License:MIT License


Languages

Language:Python 83.4%Language:Makefile 16.6%