Welcome to Cairo Bootcamp 6 β a hands-on, developer-focused program designed to help you learn Cairo from first principles and build real-world applications. This repository contains learning materials, examples, and exercises used throughout the bootcamp.
This Cairo Bootcamp is designed to:
- Introduce developers to Cairo
- Teach provable computation fundamentals**
- Explore Starknet and smart contract development
- Encourage hands-on building and experimentation
The repository is organized into the following directories . βββ cairo_program/ # Pure Cairo programs (stateless logic) β βββ README.md β βββ Scarb.lock β βββ Scarb.toml β βββ src β βββ target βββ README.md βββ starknet_contracts/ # Smart contracts (stateful logic) β βββ Scarb.lock β βββ Scarb.toml β βββ snfoundry.toml β βββ src βββ target βββ CACHEDIR.TAG βββ cairo-language-server