This folder contains cairo contracts meant to be deployed to madara for end-to-end testing.
This is actually a python project using poetry as a package manager.
To install the project, make sure you have poetry available and run:
poetry installThe goal of this folder is to provide artifacts for madara testing and deploy scripts targeting madara endpoints for end-to-end testing.
The script folder contains example scripts, for example for compiling all the files:
python scripts/compile_all.pyOr for deploying an ERC20
python scripts/deploy_erc20.py