Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 307 Bytes

CheatSheet.md

File metadata and controls

27 lines (20 loc) · 307 Bytes

Cheat Sheet

Scarb

New Project

scarb new <project-name>

NOTE: this includes git initialization, if we don't want git, we just need to include the --no-vcs flag

Build and Run Project

scarb build
scarb cairo-run

Collections

Arrays

len()
is_empty()