Skip to content

Latest commit

Β 

History

History
35 lines (28 loc) Β· 1.06 KB

File metadata and controls

35 lines (28 loc) Β· 1.06 KB

Cairo Bootcamp 6.0

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.


About 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

πŸ“ Repository Structure

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