Skip to content

coccoinomane/ape-zksync

Repository files navigation

Quick Start

Ecosystem Plugin for zkSync Era support in Ape.

Dependencies

  • python3 version 3.8 or greater, python3-dev

Installation

via ape

You can install this plugin using ape:

ape plugins install zksync

or via config file:

# ape-config.yaml
plugins:
  - name: zksync

via pip

You can install the latest release via pip:

pip install ape-zksync

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/coccoinomane/ape-zksync.git
cd ape-zksync
python3 setup.py install

Quick Usage

Installing this plugin adds support for the zkSync ecosystem:

ape console --network zksync:mainnet

Development

This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.

About

zkSync Ecosystem Plugin for the Ape Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages