Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 809 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 809 Bytes

Ape StarkNet

Quick Start

Plugins for the StarkNet Ethereum L2 networks.

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install ape-starknet

via setuptools

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

git clone https://github.com/ApeWorX/ape-starknet.git
cd ape-starknet
python3 setup.py install

Quick Usage

TODO: Describe library overview in code

Development

Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.