stoffel init, edit src/main.stfl, and keep project settings in Stoffel.toml.
Create a project
--force only when you intentionally want to write template files into an existing directory.
Default layout
src/main.stfl is the private computation. src/main.rs is the Rust wrapper for app-side execution. stoffel_bindings.rs contains generated program metadata used by Rust code.
Manifest
--parties, --threshold, --backend, and --field to override these settings for a single command.
Build artifacts
target/debug/; release artifacts under target/release/. Compiled programs use the .stflb extension.
Project health
status to confirm the CLI can find project files, source files, and build output.