Skip to content

kkrt-labs/cairo0-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cairo0 Starter

A set of exercises forked from Starklings to get you started with Cairo0.

Installation

The project uses python 3.10. The recommended way to install it if you don't have it yet is to use pyenv.

pyenv install 3.10

Install the required dependencies by running the following command:

poetry install

Exercises

Exercises are located in the exercises directory. Each exercise has a corresponding test file with the same name in python, that verifies the correctness of the implementation.

Tests

To test your implementation of an exercise, run the following command:

poetry run pytest path/to/exercise.py

To test all exercises, run the following command:

poetry run pytest exercises

About

A set of exercises to get started with Cairo0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published