Library Reference
ℹ️ Info Full documentation for the
snforgelibrary can be found here.
declare- declares a contract and returns aContractClasswhich can be interacted with laterget_call_trace- gets current test call trace (with contracts interactions included)fs- module containing functions for interacting with the filesystemenv- module containing functions for interacting with the system environmentsignature- module containing struct and trait for creatingecdsasignatures
ℹ️ Info To use cheatcodes you need to add
snforge_stdpackage as a development dependency in yourScarb.tomlusing the appropriate version.[dev-dependencies] snforge_std = "0.51.2"