ApeWorX / archive-ape-cairo

Cairo programming language compiler plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
8 stars 6 forks source link

Support dependencies arguments passed to compiler #45

Open antazoey opened 1 year ago

antazoey commented 1 year ago

Overview

The starknet compiler also includes a way to set cairo dependencies at compile time. We should investigate adding support for that. Full list of compiler options: https://docs.starknet.io/documentation/tools/CLI/starknet-compiler-options/

Specification

TBD

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.