Ape StarkNet
December 1, 2024 ยท View on GitHub
Quick Start
Plugins for the StarkNet Ethereum L2 networks.
Dependencies
- python3 version 3.8 up to 3.12.
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.