sway/forc
JoshuaBatty 2d33d585f1 Update imports across codebase for refactored crates
Update all imports to use forc-types, forc-diagnostic, and the new
module locations in forc-pkg.
2025-12-05 14:10:59 +11:00
..
src Update imports across codebase for refactored crates 2025-12-05 14:10:59 +11:00
tests Move bytecode module from forc-util to forc 2025-12-05 14:10:29 +11:00
Cargo.toml Update imports across codebase for refactored crates 2025-12-05 14:10:59 +11:00
README.md add docs CI, rename docs README to index (#4874) 2023-08-09 10:51:10 -06:00

Forc

Forc stands for Fuel Orchestrator. Forc provides a variety of tools and commands for developers working with the Fuel ecosystem, such as scaffolding a new project, formatting, running scripts, deploying contracts, testing contracts, and more. If you're coming from a Rust background, forc is similar to cargo.

Find out everything you need to know about Forc under its chapter in the Sway book.