The "Fuel Orchestrator" Forc Icon Link is our equivalent of Rust's Cargo Icon Link. It is the primary entry point for creating, building, testing, and deploying Sway projects.
A canonical formatter is provided with forc-fmt. Installation instructions . It can be run manually with
forc fmt
The Visual Studio Code plugin Icon Link will
automatically format Sway files with forc-fmt on save, though you might have to explicitly set the Sway plugin as the
default formatter, like this:
An implementation of the Fuel protocol, Fuel Core Icon Link, is provided together with the Sway toolchain to form the Fuel toolchain. The Rust SDK Icon Link will automatically start and stop an instance of the node during tests, so there is no need to manually run a node unless using Forc directly without the SDK.