Home

Awesome

Cairo Demo

A set off simple showcase programs written in Cairo Lang.

Programs list:

Compile and run instructions

# Change directory
cd hello

# Compile program
cairo-compile hello.cairo --output hello_compiled.json

# Run program
cairo-run --program=hello_compiled.json --print_output --layout=small
Program output:
  123