Skip to content
On this page

Debugging contracts โ€‹

trace โ€‹

Compute an expression and print its value to std::out (or the console in a web-browser).

python
sp.trace(<expression>)

simulation โ€‹

Graphical user interface and step by step simulation in a web-browser.

python
scenario.simulation(<contract>)