Plugins for the StarkNet Ethereum L2 networks.
- python3 version 3.8 up to 3.12.
You can install the latest release via pip
:
pip install ape-starknet
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
TODO: Describe library overview in code
Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.