Skip to content

Cairo challenges from the 2022 Paradigm CTF (Protostar setup)

Notifications You must be signed in to change notification settings

calvwang9/paradigm-2022-ctf-cairo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paradigm CTF 2022 Cairo Challenges

This repository contains a Protostar environment setup for the Paradigm 2022 CTF Cairo challenges, alongside solutions to the challenges.

Setup

See the Protostar docs for setup.

Note: the challenges were designed for Cairo v0.9.x. You can use Protostar v0.3.2 which installs Cairo v0.9.1.

curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash -s -- -v 0.3.2

How to use

If you don't have a /lib folder, create an empty folder named lib in the root dir.

Write your solutions in test_solution.cairo in each respective challenge.

Run your solution using protostar test, e.g.

protostar test proxy/test_solution.cairo

If the test passes, you win!

License

MIT

About

Cairo challenges from the 2022 Paradigm CTF (Protostar setup)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published