Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 676 Bytes

File metadata and controls

33 lines (22 loc) · 676 Bytes

Cairo Contracts

This folder contains cairo contracts meant to be deployed to madara for end-to-end testing.

Installation

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 install

Usage

The 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.py

Or for deploying an ERC20

python scripts/deploy_erc20.py