starkware-libs / cairo-lang

Apache License 2.0
1.35k stars 264 forks source link

Make host:port for tracer configurable #161

Open halseth opened 1 year ago

halseth commented 1 year ago

This is useful especially when running inside containers.

Usage:

$ cairo-run --program=program_compiled.json --tracer 0.0.0.0:8100

Fixes #126


This change is Reviewable