Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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